tide-search
Usage:Description:./tide-search [options] --peptides=<filename> --proteins=<filename> --spectra=<filename> > results
TheInput:tide-search
program searches for matches between observed tandem mass spectra and peptides from the given peptide and protein databases.Output:
- A protein index, created using
tide-index
. The protein index file name is set using--proteins=<filename>
.- A peptide index, created using
tide-index
. The peptide index file name is set using--peptides=<filename>
.- A file of spectra, created using
msconvert
. The spectra file name is set using--spectra=<filename>
.A list of peptide-spectrum matches is generated.
Options:
- If the
--results=text
option is specified (default), the matches are written to standard output. If the--results=protobuf
option is specified, the matches are written to a binary file to be viewed later usingtide-results
.Example
--mass_window=<float>
Specify the precursor mass tolerance in Daltons. Default=3.--top_matches=<integer>
Specify the number of matches to report for each spectrum. Default=5.--results=text|protobuf
Specify whether output should be intext
format or binary (protobuf
) format. The protobuf format is readable by the includedtide-results
program, which can display results in several formats../tide-search --peptides=yeast.fasta.pepix --proteins=yeast.fasta.protix --spectra=yeast-02-10000.spectrumrecords > results