dripTrain

Usage:

./dripTrain.py [options] --psm-library <PSM library> --spectra <spectra file>

Description:

DripTrain learns the model parameters for DRIP via the expectation-maximization algorithm utilizing a library of high-confidence PSMs (such as this PSM library and the corresponding set of spectra). The learned parameters may then be used in dripSearch. If you use DRIP trained parameters in your research, please cite:

John T. Halloran, Jeff A. Bilmes, and William S. Noble. "Learning Peptide-Spectrum Alignment Models for Tandem Mass Spectrometry". Thirtieth Conference on Uncertainty in Artificial Intelligence (UAI 2014). AUAI, Quebic City, Quebec Canada, July 2014.

Input:

Output:

The program writes the learned parameters to dripLearned.params by default. The name of the output file can be set by the user using the --dripTrain-file option.

Options:

Example usage


DRIP Toolkit home