calculateCPM {SPsimSeq}R Documentation

Calculates counts per millions of reads, possibly with log-transform

Description

Calculates counts per millions of reads, possibly with log-transform

Usage

calculateCPM(X, const.mult, prior.count)

Arguments

X

raw data matrix

const.mult

a constant to multiply with

prior.count

prior count to be added to the zeroes

Value

a normalized data matrix


[Package SPsimSeq version 1.3.0 Index]