OpenMStoMSstatsFormat: Generate MSstats required input format for OpenMS output

Description Usage Arguments Value Author(s) Examples

View source: R/OpenMStoMSstatsFormat.R

Description

Preprocess MSstats input report from OpenSWATH and convert into the required input format for MSstats.

Usage

1
2
3
4
5
6
OpenMStoMSstatsFormat(input,
    annotation=NULL,
    useUniquePeptide=TRUE,
    fewMeasurements="remove",
    removeProtein_with1Feature=FALSE,
    summaryforMultipleRows=max)	

Arguments

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.

Value

data.frame with the required format of MSstats.

Author(s)

Meena Choi, Olga Vitek.

Maintainer: Meena Choi (mnchoi67@gmail.com)

Examples

1
# Example will be ready in next version.

Example output



MSstats documentation built on Feb. 28, 2021, 2:01 a.m.