getFragmentsPerSample: getFragmentsPerSample

Description Usage Arguments Value Methods (by class) See Also Examples

Description

getFragmentsPerSample

Usage

1
2
3
4
5
6
7
getFragmentsPerSample(object)

## S4 method for signature 'SummarizedExperiment'
getFragmentsPerSample(object)

## S4 method for signature 'MatrixOrmatrix'
getFragmentsPerSample(object)

Arguments

object

SummarizedExperiment, matrix, or Matrix object

Value

vector with sum across columns of counts assay within chromVARCounts

Methods (by class)

See Also

getFragmentsPerPeak, getTotalFragments

Examples

1
2
3
# Load very small example counts (already filtered)
data(mini_counts, package = "chromVAR")
frags_per_sample <- getFragmentsPerSample(mini_counts)

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