View source: R/normalization.R
get_max_norm_int | R Documentation |
Gives back the maximum normalized intensity.
get_max_norm_int(norm_pg)
norm_pg |
normalized ProteinGroups data.frame. |
proteinGroups_path <- system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR") pg <- load_MQ(proteinGroups_path) norm_pg <- get_normalized_table(pg) max_norm_int <- get_max_norm_int(norm_pg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.