Description Usage Arguments Author(s) Examples
The counts slot holds the count data as a matrix of non-negative integer count values, one row for each observational unit (gene or the like), and one column for each sample.
1 2 3 4 |
object |
a |
normalized |
logical indicating whether or not to divide the counts by the size factors before returning. |
value |
integer matrix. |
Simon Anders, sanders@fs.tum.de
1 2 | cds <- makeExampleCountDataSet()
head( counts( cds ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.