View source: R/methods-Params.R
ExtractParam | R Documentation |
Isotopoluage extraction parameter setup
ExtractParam( d.extract = "extract", range.extract = c("all", "roi", "rtrange"), method.align = c("apex", "eic"), method.best = c("maxint", "maxcor"), method.quant = c("rawinroi", "raw", "baseline"), nscan.quant = 3, minfrac = 0.5, adj.unlabel = NULL, adj.label = NULL, adj.contaminate = FALSE, thr.contaminate = 0.02 )
d.extract |
directory of samples to be extracted |
range.extract |
EIC extraction range
|
method.align |
method for creating representative peak profile
|
method.best |
method for finding best correlated peak groups for extracted isotopoluage to determine the rt range of extracted peaks/eics
@param method.quant method for quantifying extracted isotopic peaks.
|
nscan.quant |
number of scans to sum up for quantifying |
minfrac |
minimal fraction threshold to determine the isotopic peak existed or not in the sample groups |
adj.unlabel |
character vector, group names of unlabelled samples for adjusting the isotopoluage of labelled samples |
adj.label |
character vector, group names of labelled samples to be
adjusted using the unlabelled samples (pairwised with the sample groups in
|
adj.contaminate |
logical: if adjust the contaminate using unlabelled
samples, if |
an ExtractParam
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.