View source: R/runLimmaPipeline.R
normaliseIntensity | R Documentation |
This function normalises (based on 'normalisationMethod') the log2 intensities stored in the 'log2NInt' column initialised by 'initialiseLongIntensityDT'.
normaliseIntensity(longIntensityDT, normalisationMethod)
longIntensityDT |
Output from 'initialiseLongIntensityDT' |
normalisationMethod |
logical. Whether to perform median normalisation by condition. |
Normalisation is only applied to non imputed intensities. 'log2NIntNorm' is NA for imputed intensities.
log2NIntNorm If 'normalisationMethod' is not 'None' a new column is added containing the 'log2NInt' normalised intensities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.