Description Usage Arguments Value Author(s) See Also Examples
The dataframes contained in the input object are tested for completeness and consistency. It ensures that the input data is suited to build the bipartite graph and holds all needed variables for parameter estimation, prediction of protein quantities and peptide abundance reassessment. If some optional variables are missing, the dataframes are completed with default values.
1 2 | ## S3 method for class 'scampi'
checkInputData(scampiData, rescaling = TRUE, verbose = FALSE, ...)
|
scampiData |
object of class |
rescaling |
If TRUE, the peptide abundance scores are logarithmized (log10). If this transformation
has not yet been done during preprocessing, it is strongly recommended to stick to the
default: |
verbose |
if TRUE, basic information are printed to indicate the progress of the function |
... |
further arguments |
Object of class scampi-class
containing the checked,
and possily completed, dataframes. If the input data does not match
the requirements, the function exits with an error message.
Sarah Gerster sarah.gerster@isb-sib.ch
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.