counts: Accessors for the 'counts' slot of a SummarizedExperiment

Description Usage Arguments Value Examples

Description

Accessors for the 'counts' slot of a SummarizedExperiment

Usage

1
2
3
4
5
## S4 method for signature 'SummarizedExperiment'
counts(object)

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

Arguments

object

SummarizedExperiment object

value

matrix of counts

Value

Matrix of counts

Examples

1
2
data(mini_counts, package = "chromVAR")
fragment_counts <- counts(mini_counts)

chromVAR documentation built on Nov. 8, 2020, 6:46 p.m.