checkInputData: Generic function to check if the input data fulfills all...

Description Usage Arguments Details Author(s) See Also Examples

View source: R/protiq.R

Description

The dataframes are checked for completeness: are all needed input variables provided? Furthermore, the numbering of the dataframes is checked and inconsistencies are reported.

Usage

1
checkInputData(scampiData, ...)

Arguments

scampiData

object of class scampi or mipgem

...

further arguments to be passed to the methods

Details

Currently only the functions for quantification, related to objects of the class scampi, are available.

Author(s)

Sarah Gerster sarah.gerster@isb-sib.ch

See Also

checkInputData.scampi for details about the checks performed on scampi objects

Examples

1
2
3
4
5
data("leptoSRM")
dataChecked <- checkInputData(scampi(peptides=leptoSRMpeptides,
                                     proteins=leptoSRMproteins, 
                                     edgespp=leptoSRMedgespp),
                              rescaling=FALSE)

protiq documentation built on May 2, 2019, 9:06 a.m.