Description Usage Arguments Details Author(s) See Also Examples
The dataframes are checked for completeness: are all needed input variables provided? Furthermore, the numbering of the dataframes is checked and inconsistencies are reported.
1 | checkInputData(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
checkInputData.scampi
for details about the checks
performed on scampi
objects
1 2 3 4 5 | data("leptoSRM")
dataChecked <- checkInputData(scampi(peptides=leptoSRMpeptides,
proteins=leptoSRMproteins,
edgespp=leptoSRMedgespp),
rescaling=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.