rcpp_slice {srnadiff}R Documentation

Compute unique counts.

Description

Compute unique counts.

Usage

rcpp_slice(lengths, values, chromosomeSizes, minDepth, minSize, maxSize,
  minDifference)

Arguments

lengths

the sizes of the RLEs (one list per chromosome)

values

the values of the RLEs (one list per chromosome)

chromosomeSizes

the sizes of the chromosomes

minDepth

minimum coverage

minSize

minimum region size

maxSize

maximum region size

minDifference

minimum difference between 2 regions

Value

selected regions


[Package srnadiff version 1.5.0 Index]