pkgdown/header.html

Skip to contents

Decompose tag clusters according to CTSS correlations across samples

Usage

decomposeCorr(object, ctss, fn = corr_decompose, ...)

Arguments

object

A GRanges object of tag clusters.

ctss

A RangedSummarizedExperiment object 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.

Value

A GRanges object of decomposed tag clusters.