View source: R/load-and-filter.R
get_intensities | R Documentation |
Extract the intensity values and put slice numbers as the column names.
get_intensities(pg, sample_name = NULL)
pg |
ProteinGroups data.frame. |
proteinGroups_path <- system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR") pg <- load_MQ(proteinGroups_path) ints <- get_intensities(pg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.