counts,SummarizedExperiment-method {chromVAR}R Documentation

Accessors for the 'counts' slot of a SummarizedExperiment

Description

Accessors for the 'counts' slot of a SummarizedExperiment

Usage

## 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

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

[Package chromVAR version 1.16.0 Index]