meltDataFrameByGroup | R Documentation |
Melt data frame by group
meltDataFrameByGroup(
d.frame = NULL,
group = NULL,
na.rm = TRUE,
variable_name = "Gene",
group2 = NULL
)
d.frame |
Row is sample, column is feature. |
na.rm |
Default TRUE. Should NA values be removed from the data set? |
variable_name |
Default "Gene" |
group2 |
The second group |
data(LIRI)
d.frame = LIRI[,3:6]
group = LIRI$status
head( loonR::meltDataFrameByGroup(d.frame, group) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.