Description Usage Arguments Details Value Examples
The countMatrix
slot holds the count matrix from the DERs found.
1 2 | ## S4 method for signature 'srnadiffExp'
countMatrix(object)
|
object |
An |
In the last step of an sRNA-diff approach, the potential DERs is assessed. Reads (including fractions of reads) that overlap each expressed region are counted to arrive at a count matrix with one row per region and one column per sample. This matrix to been used for quantify the statistic signification of the finded regions.
A matrix with the number of reads for each regions, and each sample.
1 2 3 | srnaExp <- srnadiffExample()
srnaExp <- srnadiff(srnaExp)
countMatrix(srnaExp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.