View source: R/normalization.R
normalize_RPKM | R Documentation |
Apply RPKM length normalization.
normalize_RPKM(
countMatrix,
lengthMatrix,
normalisationFactor,
dataTransformation
)
countMatrix |
The RNASeq count matrix. Rows and columns should be named. |
lengthMatrix |
The associated length matrix. Should have the same dimensions as |
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.