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)

GreenleafLab/chromVAR documentation built on Aug. 20, 2019, 11:39 a.m.