Description Usage Arguments Value See Also Examples
Melt Count Matrix to Long Format
1 2 3 | ## S4 method for signature 'SummarizedExperiment'
meltCounts(object, assay = 1L,
nonzeroGenes = FALSE, trans = c("identity", "log2", "log10"))
|
object |
Object. |
assay |
|
nonzeroGenes |
|
trans |
|
grouped_df
, grouped by colname
(e.g. sample ID) and rowname
(e.g. gene ID).
1 2 3 | data(rse, package = "basejump.data")
x <- meltCounts(rse)
print(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.