This function calculates the CTSS complexity of a given CTSS
dataset.
Usage
calcCTSSComplexity(
object,
step = 1e+06,
CTSSunexpressed = 1,
minCTSSsupport = 2
)
Arguments
- object
A RangedSummarizedExperiment resulting from
CAGEfightR::quantifyCTSSs().
- step
The step size for the subsampling.
- CTSSunexpressed
The count threshold for considering a CTSS to be
unexpressed.
- minCTSSsupport
The minimum number of samples a CTSS must be
expressed in to be considered.
Value
A data frame containing the number of CTSSs (column "numberCTSSs")
for each sample and target (column "totalTags").