Description Usage Arguments Details Author(s) See Also Examples
Quantities which do not depend on the parameter values are precomputed and stored to be accessed quickly in further computations.
1  | preprocessInputData(scampiData, ...)
 | 
scampiData | 
 object of class   | 
... | 
 further arguments to be passed to the methods  | 
Currently only the functions for quantification, related to objects of the class
scampi, are available.
Sarah Gerster sarah.gerster@isb-sib.ch
preprocessInputData.scampi for details about the preprocessing
performed on scampi objects
1 2 3 4 5 6  | data("leptoSRM")
dataChecked <- checkInputData(scampi(peptides=leptoSRMpeptides, 
                                     proteins=leptoSRMproteins, 
                                     edgespp=leptoSRMedgespp),
                              rescaling=FALSE)
dataPrepro <- preprocessInputData(dataChecked)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.