rcpp_buildHmm {srnadiff}R Documentation

Compute unique counts.

Description

Compute unique counts.

Usage

rcpp_buildHmm(lengths, values, chromosomeSizes, minDepth)

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

the minimum read coverage

Value

the unique counts


[Package srnadiff version 1.4.0 Index]