MRcounts | R Documentation |
The counts slot holds the raw count data representing (along the rows) the number of reads annotated for a particular feature and (along the columns) the sample.
MRcounts(obj, norm = FALSE, log = FALSE, sl = 1000)
obj |
a |
norm |
logical indicating whether or not to return normalized counts. |
log |
TRUE/FALSE whether or not to log2 transform scale. |
sl |
The value to scale by (default=1000). |
Normalized or raw counts
Joseph N. Paulson, jpaulson@umiacs.umd.edu
data(lungData)
head(MRcounts(lungData))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.