import_dataset_openms_mztab | R Documentation |
This parser is based on output we generated with OpenMS 2.5 using input data and parameters/instructions from: https://abibuilder.cs.uni-tuebingen.de/archive/openms/Tutorials/Data/iPRG2015_Hannes/
import_dataset_openms_mztab(filename)
filename |
full path to the mzTab file |
Check the file "run_lfq.sh" in the above instructions (from OpenMS team) for exact workflow and settings used.
By lack of more example mzTab files that we can adapt to, this code now only supports input data generated as in run_lfq.sh from the above example;
The main dependency / complication is that we require the peptide- and protein-scores exactly as computed in the reference OpenMS workflow. Thus, on each mzML file, apply search engine (eg; xtandem), PercolatorAdapter, FalseDiscoveryRate, IDFilter, IDScoreSwitcher. finally run ProteomicsLFQ on the entire dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.