View source: R/normalizeProteomics.R
normalizeProteomeDiscoverer | R Documentation |
Normalization of ProteomeDiscoverer-exported proteomic data
normalizeProteomeDiscoverer( prot, output = NULL, norm = "median", log2 = FALSE, return = FALSE )
prot |
A file (or folder) path of proteomics data. Or a data frame of proteomics data, which includes columns of "Contaminant", "Number of unique peptides", "Gene Symbol", and protein abundance of samples. |
output |
The path to the output file or directory (when |
norm |
method for normalization. |
log2 |
Boolean, whether perform log2 transformation. |
return |
Boolean, whether return the data object. |
A data frame.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.