Description Usage Arguments Value Author(s) Examples
View source: R/OpenMStoMSstatsFormat.R
Preprocess MSstats input report from OpenSWATH and convert into the required input format for MSstats.
| 1 2 3 4 5 6 | OpenMStoMSstatsFormat(input,
    annotation=NULL,
    useUniquePeptide=TRUE,
    fewMeasurements="remove",
    removeProtein_with1Feature=FALSE,
    summaryforMultipleRows=max)	
 | 
| input | name of MSstats input report from OpenMS, which includes feature(peptide ion)-level data. | 
| annotation | name of 'annotation.txt' data which includes Condition, BioReplicate, Run. Run should be the same as filename. | 
| useUniquePeptide | TRUE(default) removes peptides that are assigned for more than one proteins. We assume to use unique peptide for each protein. | 
| fewMeasurements | 'remove'(default) will remove the features that have 1 or 2 measurements across runs. | 
| removeProtein_with1Feature | TRUE will remove the proteins which have only 1 peptide and charge. FALSE is default. | 
| summaryforMultipleRows | max(default) or sum - when there are multiple measurements for certain feature and certain run, use highest or sum of multiple intensities. | 
data.frame with the required format of MSstats.
Meena Choi, Olga Vitek.
Maintainer: Meena Choi (mnchoi67@gmail.com)
| 1 | # Example will be ready in next version.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.