counts,SummarizedExperiment-method {chromVAR} | R Documentation |
Accessors for the 'counts' slot of a SummarizedExperiment
## 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
data(mini_counts, package = "chromVAR") fragment_counts <- counts(mini_counts)