Description Usage Arguments Value Functions Examples
The mapToList
function provides a convenient way of reordering a
data.frame
to a list
. The listToMap
function does the
opposite by taking a list
and converting it to DataFrame
.
1 2 3 |
listmap |
A named |
type |
Any of the valid types of maps including colnames, rownames, and assays. |
dfmap |
A |
assayCol |
A character vector of length one indicating the assay names column |
A DataFrame
class object of names
A list
object of DataFrames for each assay
listToMap
: Inverse of the listToMap function
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.