normalizeMedian | R Documentation |
normalizeMedian
normalizes the columns of a matrix to have the same
medians. It should be used with normalizeData
function.
normalizeMedian(tab)
tab |
Data frame with raw intensities. Normally, this is a |
Normalized matrix.
library(proteusLabelFree)
data(proteusLabelFree)
normtab <- normalizeMedian(prodat$tab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.