| normalizeData | R Documentation |
normalizeData normalizes the intensity table in a proteusData
object, using the provided normalizing function.
normalizeData(pdat, norm.fun = normalizeMedian)
pdat |
A |
norm.fun |
A normalizing function. |
The normalizing function, specified by norm.fun needs to
normalize columns of a numerical matrix. The input is a matrix and the
output is a normalized matrix. The default value points to
normalizeMedian, Proteus's function normalizing each column
to its median. Other functions can be used, for example
normalizeQuantiles from the limma package.
A proteusData object with normalized intensities.
library(proteusLabelFree)
data(proteusLabelFree)
prodat.med <- normalizeData(prodat, norm.fun=normalizeMedian)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.