Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 98 found.
[1] < 1 2 3 4 5 6 7 8 9 10 > [10]  Sort:

kTable (Package: Kmisc) : Make Nicely Formatted Tables

Function for creating nice 1D and 2D tables. Tables are generated and formatted with both counts and percentages. Primarily intended to be used with R Markdown documents, calling some of the table printing functions. The function returns a data.frame in a format that can be used with utility HTML generation functions.
● Data Source: CranContrib
● Keywords:
● Alias: kTable
● 0 images

duplicate (Package: Kmisc) : Force a Copy of an R Object

In R, objects are copied 'lazily'. We use this function to force a copy.
● Data Source: CranContrib
● Keywords:
● Alias: duplicate
● 0 images

kSave (Package: Kmisc) : Write out and Save a Tabular File

A function that both writes a file to table with write.table, and saves it with the same name but a separate file extension.
● Data Source: CranContrib
● Keywords:
● Alias: kSave
● 0 images

htmlTable (Package: Kmisc) : Generate an HTML Table

This function is used to generate an HTML table; it wraps to knitr::kable but gives some 'extras'; in particular, it allows us to set the class, id, and other HTML attributes.
● Data Source: CranContrib
● Keywords:
● Alias: htmlTable
● 0 images

manhattan_plot (Package: Kmisc) : Make a Manhattan Plot

Generates a manhattan plot (a plot of -log10(p-val)) for a set of markers by chromosome and base-pair position.
● Data Source: CranContrib
● Keywords:
● Alias: manhattan_plot
2 images

html (Package: Kmisc) : Print HTML Elements

Use this function to output HTML code for use in R Markdown documents or otherwise.
● Data Source: CranContrib
● Keywords:
● Alias: html
● 0 images

tree (Package: Kmisc) : Print a Tree Representation of an Object of Nested Lists

This function returns output similar to that of the command line tool tree, except rather than directory/file structure, we simply print the names of lists.
● Data Source: CranContrib
● Keywords:
● Alias: tree
● 0 images

str_rev (Package: Kmisc) : Reverse a Vector of Strings

Reverses a vector of 'strings' (a character vector). Not safe for unicode (UTF-8) characters.
● Data Source: CranContrib
● Keywords:
● Alias: str_rev
● 0 images

extract (Package: Kmisc) : Extract Elements from a Named Object

Extracts elements from an R object with the names attribute set in a 'lazy' way. The first argument is the object, while the second is a set of names parsed from .... We return the object, including only the elements with names matched from ....
● Data Source: CranContrib
● Keywords:
● Alias: extract
● 0 images

rcpp_tapply_generator (Package: Kmisc) : Rcpp tapply Generator

Use this function as a generator for your own tapply functions; that is, functions you would like to apply split over some grouping variable. Note that we restrict ourselves to the case where we return a scalar as output; rather than the more general output of tapply.
● Data Source: CranContrib
● Keywords:
● Alias: Rcpp_tapply_generator
● 0 images