Decompose tag clusters according to CTSS correlations across samples
Source:R/decompose.R
decomposeCorr.RdDecompose tag clusters according to CTSS correlations across samples
Arguments
- object
A
GRangesobject of tag clusters.- ctss
A
RangedSummarizedExperimentobject containing the CTSSs.- fn
A function that carries out the actual decomposition. Implemented functions are: corr_decompose. It takes as input a RangedSummarizedExperiment object (and optional arguments) and returns an IRanges object.
- ...
Additional arguments passed on to the decomposition function.