crux search-for-matches

Usage:
crux search-for-matches [options] <ms2 input filename> <protein input>
Description:

This command searches a protein database with a set of spectra. For each spectrum, the precursor mass is computed from the measured precursor m/z and an assumed charge. Candidate peptides whose mass lies within a specified range of the precursor mass are identified. These candidate peptides are first ranked with the SEQUEST Sp score. The top 500 matches are then re-scored using XCorr. The input protein database may either be in FASTA format or it may be a binary index created by crux create-index.

Modifications: Crux handles two types of modifications: static and variable. Static modifications are a change of mass applied to a given amino acid in every peptide in which it occurs. By default, a static modification of +57 da to cystine (C) is applied. Variable modifications allow peptides to be generated with and without a mass change to a given amino acid. Crux handles variable modifications as follows. The user specifies an allowed set of amino acid modifications, using the options mod, cmod and nmod, which are described below. Before any search is performed, Crux generates an exhaustive list of all possible combinations of amino acid modifications that could be applied to a peptide. For example, if the user specifies a modification of +79 which can be present twice on any peptide and a modification of +30 which can be present only once, then the list will contain modifications corresponding to +79 on one residue, +79 on two different residues, +30 on one residue, +79 on one and +30 on one, +79 on two and +30 on one. Subsequently, for each spectrum, Crux performs one search for each possible combination of modifications. For example, if the precursor m/z for a spectrum is 800 da, the charge state is +2, and Crux is considering a modification of +79, then Crux will retrieve from the database all candidate peptides whose total mass is close to 221 da. These candidates are scored as usual, with a preliminary score and a final score, and the top n candidate peptides are added to a composite, sorted list of peptides. Finally, after all modifications have been searched, Crux reports for the current spectrum the top m peptides from the composite list.

Input:

Output:

The program writes files to the folder crux-output by default. The name of the output folder can be set by the user using the --output-dir option. The following files will be created:

If decoys are enabled using --num-decoys-per-target, then three files called search.decoy.csm, search.decoy.sqt and search,decoy.txt are also produced.

Options: Parameter file options:

Crux home