preprocessInputData: Generic function to preprocess the input data for protein...

Description Usage Arguments Details Author(s) See Also Examples

View source: R/protiq.R

Description

Quantities which do not depend on the parameter values are precomputed and stored to be accessed quickly in further computations.

Usage

1
preprocessInputData(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

preprocessInputData.scampi for details about the preprocessing performed on scampi objects

Examples

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

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