Create decoy peptide databases from normal ones.
Decoy databases are useful to control false discovery rates and thus estimate score cutoffs for identified spectra.
The decoy can either be generated from reversed or shuffled sequences.
To get a 'contaminants' database have a look at http://www.thegpm.org/crap/index.html or find/create your own contaminant database.
The command line parameters of this tool are:
DecoyDatabase -- Create decoy peptide databases from normal ones.
Version: 1.10.0 Mar 7 2013, 08:30:22, Revision: unknown
Usage:
DecoyDatabase <options>
Options (mandatory options marked with '*'):
-in <file>* Input FASTA file containing the database. (valid formats: 'fasta')
-out <file>* Output FASTA file where the decoy database will be written to. (valid format
s: 'fasta')
-decoy_string <string> String that is appended to the accession of the protein database to indicate
a decoy protein. (default: '_rev')
-decoy_string_position <enum> Should the 'decoy_string' be prepended (prefix) or appended (suffix) to the
protein accession? (default: 'suffix' valid: 'prefix', 'suffix')
-append If this flag is used, the decoy database is appended to the target database,
allowing combined target decoy searches.
-shuffle If 'true' then the decoy hit are shuffled from the target sequences, otherwi
se they are reversed
-contaminants <file> Input a FASTA file containing contaminants - if given they are included in
the database (recommended) (valid formats: 'fasta')
Common UTIL options:
-ini <file> Use the given TOPP INI file
-threads <n> Sets the number of threads allowed to be used by the TOPP tool (default:
'1')
-write_ini <file> Writes the default configuration file
--help Shows options
--helphelp Shows all options (including advanced)
INI file documentation of this tool:
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:47 using doxygen 1.7.1 |