View source: R/normalizeProteomics.R
normalizeProteomics | R Documentation |
Normalize Fisher's data
normalizeProteomics(df, norm = "median", log2 = FALSE)
df |
A matrix-like object. |
norm |
method for normalization, such as none, median, medianratio, scale, robustz, quantile, loess. |
log2 |
Boolean, whether perform log2 transformation. |
A matrix.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.