View source: R/mass-fit-curve.R
filter_and_fit | R Documentation |
Filter the data and apply a fit on it.
filter_and_fit(pg, low_density_threshold = 10)
pg |
ProteinGroups data.frame. |
low_density_threshold |
Remove entries from regions with few data points (default is 10). |
proteinGroups_path <- system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR") pg <- load_MQ(proteinGroups_path) mass_fit <- filter_and_fit(pg, low_density_threshold = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.