normalize_none: Normalize RNASeq count data

View source: R/normalization.R

normalize_noneR Documentation

Normalize RNASeq count data

Description

Apply standard CPM, with no length normalization.

Usage

normalize_none(countMatrix, normalisationFactor, dataTransformation)

Arguments

countMatrix

The RNASeq count matrix. Rows and columns should be named.

normalisationFactor

Normalization factors to scale the raw library sizes, as computed e.g. by calcNormFactors.

dataTransformation

one of "log2", "asin(sqrt)" or "sqrt." See details.

Value

A matrix of normalized count, with the same dimensions as countMatrix.


pbastide/phylolimma documentation built on Nov. 17, 2024, 1:34 p.m.