Automated Detection of Inaccurate and Imprecise Transitions in MRM Mass Spectrometry
Author: D. R. Mani, The Broad Institute
Contact:
gp-help@broadinstitute.org
Algorithm Version:
The algorithm for Automated Detection of Inaccurate and imprecise Transitions (AuDIT) in SID-MRM-MS data greatly reduces the time required for manual, subjective inspection of data, improves the overall accuracy of data analysis, and is easily implemented into the standard data analysis workflow. AuDIT currently works with exported results from MRM-MS data processing software packages.
Name | Description |
---|---|
data file * | input file with pre-processed MRM data in csv format |
skyline export * | if "yes", data file is a Skyline csv export including following columns: Sample (usually derived from SampleName, having identical value for all its replicates), PeptideSequence, ReplicateName, FragmentIon, PrecursorCharge, ProductCharge, light Area, heavy Area. When "no", input must contain sample, replicate, peptide, transition.id, area, IS.area in that order. |
pvalue threshold * | p-value threshold above which transition is quantification-worthy. Must be a value between 0 and 1 inclusive. |
cv threshold * | threshold for coefficient of variation below which transition is quantification-worthy |
all pairs * | calculate all possible pairs of relative ratios for a transition |
output intermediate results * | create files with intermediate results |
output prefix * | file name prefix used for output file(s) |
* - required
Task Type:
Proteomics
CPU Type:
any
Operating System:
any
Language:
R 2.5
Version | Release Date | Description |
---|---|---|
6 | 2013-08-16 | Fixed bug which caused "arguments imply differing number of rows" error |
5 | 2011-09-21 | Adjusted default values in manifest |
4 | 2011-12-02 | Improved error for when no peptides with 3 or more transitions were found and added note to doc |
3 | 2011-09-23 | Handles large dataset and data with different number of transitions for each peptide. |
2 | 2010-04-20 | Improvements for handling data with missing values and data input validation |
1 | 2009-12-19 |