View source: R/normalization.R
get_normalized_table | R Documentation |
Gives back the normalized intensities together with some informations about the proteins (proteinAC, gene name, etc.).
get_normalized_table(pg, sample_name = NULL)
pg |
ProteinGroups data.frame. |
proteinGroups_path <- system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR") pg <- load_MQ(proteinGroups_path) normalized_table <- get_normalized_table(pg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.