counts-methods {SeqGSEA} | R Documentation |
Accessors for the 'counts' slot of a ReadCountSet object.
## S4 method for signature 'ReadCountSet' counts(object) ## S4 replacement method for signature 'ReadCountSet,matrix' counts(object) <- value
object |
a ReadCountSet object |
value |
a matrix of read counts |
Xi Wang, xi.wang@newcastle.edu.au
data(RCS_example, package="SeqGSEA") readCounts <- counts(RCS_example) head(readCounts)