View source: R/normalization.R
normalize_intensities | R Documentation |
Normalize intensities by dividing every entry by the total sum of intensities over all slices and proteins. Gives back a data-frame with normalized intensities.
normalize_intensities(ints)
ints |
The slice intensities from a proteinGroups.txt file. |
proteinGroups_path <- system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR") pg <- load_MQ(proteinGroups_path) ints <- get_intensities(pg) norm_ints <- normalize_intensities(ints)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.