Accessors for the 'counts' slot of a SummarizedExperiment

# S4 method for SummarizedExperiment
counts(object)

# S4 method for SummarizedExperiment,MatrixOrmatrix
counts(object) <- value

Arguments

object

SummarizedExperiment object

value

matrix of counts

Value

Matrix of counts

Examples

# NOT RUN {
data(mini_counts, package = "chromVAR")
fragment_counts <- counts(mini_counts)
# }