View source: R/normalization.R
normalize_none | R Documentation |
Apply standard CPM, with no length normalization.
normalize_none(countMatrix, normalisationFactor, dataTransformation)
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 |
dataTransformation |
one of "log2", "asin(sqrt)" or "sqrt." See details. |
A matrix of normalized count, with the same dimensions as countMatrix
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.