Calculate the complexity of a CTSS dataset and generate data for a fingerprint plot.
Source:R/complexity.R
fingerPrint.RdThis function calculates the complexity of a given CTSS dataset and generates a data frame suitable for creating a fingerprint plot.
Arguments
- object
A
RangedSummarizedExperimentresulting fromCAGEfightR::quantifyCTSSs().- replicates
A character vector of replicate names to include in the analysis.
- inputAssay
A character string of the assay to use for the counts. Default is "counts".
- n
The number of points to include in the fingerprint plot. Default is 100,000.