Skip to contents

PoissonSeq normalization for miRNA-Seq data.

Usage

norm.PoissonSeq(raw)

Arguments

raw

Raw read count matrix (rows = genes, cols = samples).

groups

Sample groups (subtypes)

Value

A list with the following elements:

dataNormalized

Normalized read counts.

scalingFactor

Normalizing factors for scaling the raw data.

Examples

rawCounts <- matrix(0:20, nrow = 7)
normCounts <- norm.PoissonSeq(rawCounts)
#> Error: Package "PoissonSeq" needed for this function to work. Please install it.