Description Usage Arguments Value Methods (by class) See Also Examples
getTotalFragments
1 2 3 4 5 6 7 | getTotalFragments(object)
## S4 method for signature 'SummarizedExperiment'
getTotalFragments(object)
## S4 method for signature 'MatrixOrmatrix'
getTotalFragments(object)
|
object |
SummarizedExperiment, matrix, or Matrix object |
sum of all counts within object
SummarizedExperiment
: method for SummarizedExperiment object
with counts assay
MatrixOrmatrix
: method for Matrix or matrix object
getFragmentsPerSample
,
getFragmentsPerPeak
1 2 3 | # Load very small example counts (already filtered)
data(mini_counts, package = "chromVAR")
total_frags <- getTotalFragments(mini_counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.