Decompose tag cluster into subclusters according to CTSS expression correlation across samples.
Source:R/decompose.R
corr_decompose.RdDecompose tag cluster into subclusters according to CTSS expression correlation across samples.
Arguments
- rse
A
RangedSummarizedExperimentobject containing the CTSSs.- gr
A
GRangesobject of tag clusters.- assay
The assay to use for the correlation calculation.
- thres
The threshold for the Bayesian change point analysis.
- merge
If TRUE, subclusters will be merged if positively correlated.
- scale
If TRUE, the assay values will be scaled before correlation calculation.