Description Usage Arguments Examples
Performs purity correction on TMTpro intensity data. The number of intensity columns must equal the number of reporters in the impurity file Output is a data frame of the same dimensions
1 | correctTMTproImpurities(data, impurities)
|
data |
data frame of uncorrected TMT intensities |
impurities |
data frame of impurities for a specific lot |
1 2 3 4 5 6 | ## Not run:
data <- read_tsv("evidence,txt") %>% select(matches("Reporter intensity \\d+"))
impurities <- read_csv("VJ309267.csv")
correctedIntensities <- correctTMTproImpurities(data, impurities)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.