Description Usage Arguments Value Examples
Accessors for the 'counts' slot of a SummarizedExperiment
1 2 3 4 5 | ## S4 method for signature 'SummarizedExperiment'
counts(object)
## S4 replacement method for signature 'SummarizedExperiment,MatrixOrmatrix'
counts(object) <- value
|
object |
SummarizedExperiment object |
value |
matrix of counts |
Matrix of counts
1 2 | data(mini_counts, package = "chromVAR")
fragment_counts <- counts(mini_counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.