Description Usage Arguments Warning Author(s)
View source: R/MaxQtoMSstatsFormat.R
Convert MaxQuant output into the required input format for MSstats.
| 1 2 3 4 5 6 7 8 9 10 | 
| evidence | name of 'evidence.txt' data, which includes feature-level data. | 
| annotation | name of 'annotation.txt' data which includes Raw.file, Condition, BioReplicate, Run, IsotopeLabelType information. | 
| proteinGroups | name of 'proteinGroups.txt' data. It needs to matching protein group ID. If proteinGroups=NULL, use 'Proteins' column in 'evidence.txt'. | 
| proteinID | 'Proteins'(default) or 'proteinGroups' in 'proteinGroup.txt' for Protein ID. | 
| useUniquePeptide | TRUE(default) removes peptides that are assigned for more than one proteins. We assume to use unique peptide for each protein. | 
| summaryforMultipleRows | max(default) or sum - when there are multiple measurements for certain feature and certain run, use highest or sum of all. | 
| fewMeasurements | 'remove'(default) will remove the features that have 1 or 2 measurements across runs. | 
| removeMpeptides | TRUE will remove the peptides including 'M' sequence. FALSE is default. | 
| removeOxidationMpeptides | TRUE will remove the peptides including 'oxidation (M)' in modification. FALSE is default. | 
| removeProtein_with1Peptide | TRUE will remove the proteins which have only 1 peptide and charge. FALSE is default. | 
MSstats does not support for metabolic labeling or iTRAQ experiments.
Meena Choi, Olga Vitek.
Maintainer: Meena Choi (mnchoi67@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.