You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="code-keyword">[-ccm ChargeCarrierMass]</span> (Mass of charge carrier; <spanclass="code-object">Default: mass of proton (1.00727649)</span>)
<spanclass="code-keyword">[-maxMissedCleavages Count]</span> (Exclude peptides with more than this number of missed cleavages from the search; <spanclass="code-object">Default: -1 (no limit)</span>)
93
91
94
92
<spanclass="code-keyword">[-numMods Count]</span> (Maximum number of dynamic (variable) modifications per peptide; <spanclass="code-object">Default: 3</span>)
<b>-d DatabaseFile</b> (*.fasta or *.fa or *.faa) - Required
126
125
<ul>
@@ -129,6 +128,7 @@ <h3>Parameters:</h3>
129
128
</ul>
130
129
<pclass="note">If multiple MS-GF+ processes access the same database file, it is strongly recommended to index the database prior to the database search by <ahref="BuildSA.html">running BuildSA</a>.</p>
131
130
</li>
131
+
132
132
<listyle="margin-bottom: 10px;">
133
133
<b>-conf ConfigurationFile</b>
134
134
<ul>
@@ -159,6 +159,7 @@ <h3>Parameters:</h3>
159
159
<li>E.g. for the input spectrum file "test.mzML", the output will be written to "test.mzid" if this parameter is not specified.</li>
160
160
</ul>
161
161
</li>
162
+
162
163
<listyle="margin-bottom: 10px;">
163
164
<b>-t PrecursorMassTolerance</b> (Default: 20ppm)
164
165
<ul>
@@ -167,6 +168,7 @@ <h3>Parameters:</h3>
167
168
<li>It is recommended to use a tight tolerance rather than a loose tolerance (e.g. for Orbitrap data, 10ppm or 20ppm usually identifies more spectra than 50ppm).</li>
168
169
</ul>
169
170
</li>
171
+
170
172
<listyle="margin-bottom: 10px;">
171
173
<b>-ti IsotopeErrorRange</b> (Default: 0,1)
172
174
<ul>
@@ -176,13 +178,15 @@ <h3>Parameters:</h3>
176
178
<li>E.g. <spanclass="code-keyword"><code>-t 20ppm -ti -1,2</code></span> tests abs(ObservedPepMass - TheoreticalPepMass - n * 1.00335Da) < 20ppm for n = -1, 0, 1, 2</li>
177
179
</ul>
178
180
</li>
181
+
179
182
<listyle="margin-bottom: 10px;">
180
183
<b>-thread NumOfThreads</b> (Default: Number of available cores)
181
184
<ul>
182
185
<li>Number of concurrent threads to be executed together.</li>
183
186
<li>Default value is the number of available logical cores (e.g. 8 for quad-core processor with hyper-threading support).</li>
184
187
</ul>
185
188
</li>
189
+
186
190
<listyle="margin-bottom: 10px;">
187
191
<b>-tasks NumTasks</b> (Default: internally calculated based on inputs)
188
192
<ul>
@@ -197,6 +201,7 @@ <h3>Parameters:</h3>
197
201
<li>2-3 tasks per thread will use comparably less memory, but may cause the search to take 1.5 to 2 times as long with a 23MB fasta file.</li>
198
202
</ul>
199
203
</li>
204
+
200
205
<listyle="margin-bottom: 10px;">
201
206
<b>-verbose 0/1</b> (Default: 0)
202
207
<ul>
@@ -250,6 +255,7 @@ <h3>Parameters:</h3>
250
255
<li>If the identifier is 4, MS/MS spectra from the same precursor ion (e.g. CID/ETD pairs, CID/HCD/ETD triplets) will be merged and the "merged" spectrum will be used for searching instead of individual spectra. See Kim et al., MCP 2010 for details.</li>
251
256
</ul>
252
257
</li>
258
+
253
259
<listyle="margin-bottom: 10px;">
254
260
<b>-inst InstrumentID</b>
255
261
<ul>
@@ -269,12 +275,13 @@ <h3>Parameters:</h3>
269
275
<li>For other HCD spectra, use 1.</li>
270
276
</ul>
271
277
</li>
278
+
272
279
<listyle="margin-bottom: 10px;">
273
280
<b>-e EnzymeID</b> (Default: 1)
274
281
<ul>
275
282
<li>Enzyme identifier.
276
283
<ul>
277
-
<li>0: unspecific cleavage</li>
284
+
<li>0: unspecific cleavage (cleave after any residue)</li>
278
285
<li>1: Trypsin (default)</li>
279
286
<li>2: Chymotrypsin</li>
280
287
<li>3: Lys-C</li>
@@ -291,6 +298,7 @@ <h3>Parameters:</h3>
291
298
<li>For more info, see <ahref="examples/enzymes.txt">enzymes.txt</a></li>
292
299
</ul>
293
300
</li>
301
+
294
302
<listyle="margin-bottom: 10px;">
295
303
<b>-p ProtocolID</b> (Default: 0)
296
304
<ul>
@@ -338,38 +346,44 @@ <h3>Parameters:</h3>
338
346
See an <ahref="examples/Mods.txt">example MS-GF+ modification file</a>.</li>
339
347
</ul>
340
348
</li>
349
+
341
350
<listyle="margin-bottom: 10px;">
342
351
<b>-minLength MinPepLength</b> (Default: 6)
343
352
<ul>
344
353
<li>Minimum length of the peptide to be considered.</li>
345
354
</ul>
346
355
</li>
356
+
347
357
<listyle="margin-bottom: 10px;">
348
358
<b>-maxLength MaxPepLength</b> (Default: 40)
349
359
<ul>
350
360
<li>Maximum length of the peptide to be considered.</li>
351
361
</ul>
352
362
</li>
363
+
353
364
<listyle="margin-bottom: 10px;">
354
365
<b>-minCharge MinPrecursorCharge</b> (Default: 2)
355
366
<ul>
356
367
<li>Minimum precursor charge to consider. This parameter is used only for spectra with no charge.</li>
357
368
</ul>
358
369
</li>
370
+
359
371
<listyle="margin-bottom: 10px;">
360
372
<b>-maxCharge MinPrecursorCharge</b> (Default: 3)
361
373
<ul>
362
374
<li>Maximum precursor charge to consider. This parameter is used only for spectra with no charge.</li>
363
375
</ul>
364
376
</li>
377
+
365
378
<listyle="margin-bottom: 10px;">
366
379
<b>-n NumMatchesPerSpec</b> (Default: 1)
367
380
<ul>
368
381
<li>Number of peptide matches per spectrum to report.</li>
369
382
<li>Expected false discovery rates (EFDRs) will be reported only when this value is 1.</li>
<b>-maxMissedCleavages Count</b> (Default: -1, meaning no limit)
418
+
<ul>
419
+
<li>Exclude peptides with more than this number of missed cleavages</li>
420
+
</ul>
421
+
</li>
422
+
423
+
<listyle="margin-bottom: 10px;">
424
+
<b>-numMods Count</b> (Default: 3)
425
+
<ul>
426
+
<li>Maximum number of dynamic (variable) modifications per peptide</li>
427
+
<li>If this value is large and multiple dynamic modifications are defined, the search will be slow (depending on FASTA file size)</li>
428
+
</ul>
429
+
</li>
430
+
386
431
</ul>
387
432
388
433
<h3>MS-GF+ output</h3>
@@ -392,22 +437,27 @@ <h3>MS-GF+ output</h3>
392
437
<listyle="margin-bottom: 5px;">
393
438
<b>MS-GF:RawScore</b>: MS-GF+ raw score of the peptide-spectrum match
394
439
</li>
440
+
395
441
<listyle="margin-bottom: 5px;">
396
442
<b>MS-GF:DeNovoScore</b><b>:</b> the score of the optimal scoring peptide for the spectrum (not necessary in the database) (MS-GF:RawScore <= MS-GF:DeNovoScore)
397
443
</li>
444
+
398
445
<listyle="margin-bottom: 5px;">
399
446
<b>MS-GF:SpecEValue</b>: spectral E-value (spectrum level E-value) of the peptide-spectrum match - the lower the better
400
447
</li>
448
+
401
449
<listyle="margin-bottom: 5px;">
402
450
<b>MS-GF:EValue</b>: database level E-value (expected number of peptides in a random database having equal or better scores than the PSM score) - the lower the better
403
451
</li>
452
+
404
453
<listyle="margin-bottom: 5px;">
405
454
<b>MS-GF:QValue</b>
406
455
<ul>
407
456
<li>PSM-level Q-value estimated using the target-decoy approach.</li>
408
457
<li>MS-GF:QValue is computed solely based on MS-GF:SpecEValue.</li>
0 commit comments