Performs purity correction on generic TMT data.
1 2 3 4 5 6 7 8 | correctImpurities(
data,
impurities,
noise,
method = c("NNLS", "OLS"),
noise.replacement.method = c("pre", "post", "none"),
remain.missing = T
)
|
data |
data frame of uncorrected TMT intensities. |
impurities |
data frame of impurities for a specific lot |
noise |
optional data frame of TMT noiseband values. Must line up row by row with data |
method |
purity correction method. Options = "NNLS" and "OLS" |
noise.replacement.method |
should the noiseband replace missing values before or after correction. Options = "pre", "post", "none" |
remain.missing |
should missing values be set to 0 (missing) after correction or not. Only used if not doing noiseband imputation. True or False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.