View source: R/normalization.R
get_correction_factor | R Documentation |
Gives back the total sum of intensities over all slices and proteins. This correction factor is used for intensity normalisation.
get_correction_factor(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) corr_factor <- get_correction_factor(ints)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.