rcpp_normalization {srnadiff}R Documentation

Normalize counts (and changes the input values)

Description

Normalize counts (and changes the input values)

Usage

rcpp_normalization(lengths, values, chromosomeSizes, librarySizes)

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

librarySizes

number of elements per sample

Value

nothing (but transform the values instead)


[Package srnadiff version 1.0.0 Index]