nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/MSSearchSettings.html

76 lines
No EOL
5.3 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>MSSearchSettings</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>MSSearchSettings</h3><pre>Defined in file <a href="omssa.asn.html">omssa.asn</a>
C++ class: <a href="../doxyhtml/classCMSSearchSettings.html">CMSSearchSettings</a>
MSSearchSettings ::= SEQUENCE {
precursorsearchtype <a href="MSSearchType.html">MSSearchType</a>, -- average or monoisotopic?
productsearchtype <a href="MSSearchType.html">MSSearchType</a>, -- average or monoisotopic?
ionstosearch SEQUENCE OF <a href="MSIonType.html">MSIonType</a>, -- which ions to search?
peptol REAL, -- peptide mass tolerance
msmstol REAL, -- msms mass tolerance
zdep <a href="MSZdependence.html">MSZdependence</a>, -- what is the charge dependence of the mass tolerance?
cutoff REAL, -- evalue cutoff
-- next 3 fields define intensity fraction below
-- which peaks will be discard
cutlo REAL, -- the start of the cutoff, fraction of most intense peak
cuthi REAL, -- the end of the cutoff
cutinc REAL, -- the increment of the cutoff
singlewin INTEGER, -- the size of the single charge filtering window
doublewin INTEGER, -- the size of the double charge filtering window
singlenum INTEGER, -- the number of peaks allowed in the single window
doublenum INTEGER, -- the number of peaks allowed in the double window
fixed SEQUENCE OF <a href="MSMod.html">MSMod</a>, -- fixed PTM's
variable SEQUENCE OF <a href="MSMod.html">MSMod</a>, -- variable PTM's
enzyme <a href="MSEnzymes.html">MSEnzymes</a>, -- digestion enzyme
missedcleave INTEGER, -- number of missed cleaves allowed
hitlistlen INTEGER DEFAULT 25, -- the number of hits kept in memory
-- for a spectrum
db VisibleString, -- sequence set to search, e.g. "nr"
tophitnum INTEGER, -- number of m/z to consider in first pass
minhit INTEGER DEFAULT 2, -- minimum number of m/z values for a valid hit
minspectra INTEGER DEFAULT 4, -- minimum number of m/z for a valid spectra
scale INTEGER DEFAULT 100, -- scale for m/z float to integer
maxmods INTEGER DEFAULT 64, -- maximum number of mass ladders per
-- database peptide
taxids SEQUENCE OF INTEGER OPTIONAL, -- taxa to limit search
chargehandling <a href="MSChargeHandle.html">MSChargeHandle</a> OPTIONAL, -- how to deal with charges
usermods <a href="MSModSpecSet.html">MSModSpecSet</a> OPTIONAL, -- user defined modifications
pseudocount INTEGER DEFAULT 1, -- min number of counts per precursor bin
searchb1 INTEGER DEFAULT 0, -- should b1 product be in search (1=no, 0=yes)
searchctermproduct INTEGER DEFAULT 0, -- should c terminus ion be searched (1=no, 0=yes)
maxproductions INTEGER DEFAULT 0, -- max number of ions in each series (0=all)
minnoenzyme INTEGER DEFAULT 4, -- min number of AA in peptide for noenzyme search
maxnoenzyme INTEGER DEFAULT 0, -- max number of AA in peptide for noenzyme search (0=none)
exactmass REAL OPTIONAL, -- the threshold in Da for adding neutron
settingid INTEGER OPTIONAL, -- id of the search settings
iterativesettings <a href="MSIterativeSettings.html">MSIterativeSettings</a> OPTIONAL, -- iterative search settings
precursorcull INTEGER OPTIONAL, -- turn on aggressive precursor culling for ETD (0=none)
infiles SEQUENCE OF <a href="MSInFile.html">MSInFile</a> OPTIONAL, -- input files
outfiles SEQUENCE OF <a href="MSOutFile.html">MSOutFile</a> OPTIONAL, -- output files
nocorrelationscore INTEGER OPTIONAL, -- turn on correlation score (1=nocorr)
probfollowingion REAL OPTIONAL, -- probability of a consecutive ion (used in correlation)
nmethionine BOOLEAN OPTIONAL, -- should nmethionine be cleaved?
automassadjust REAL OPTIONAL, -- fraction allowable adjustment of product mass tolerance
lomasscutoff REAL OPTIONAL, -- low mass filter in Daltons, unscaled
libsearchsettings <a href="MSLibrarySettings.html">MSLibrarySettings</a> OPTIONAL, -- library search settings
noprolineions SEQUENCE OF <a href="MSIonType.html">MSIonType</a> OPTIONAL, -- which ions to use no proline rule
reversesearch BOOLEAN OPTIONAL, -- do reverse search
othersettings SEQUENCE OF <a href="NameValue.html">NameValue</a> OPTIONAL, -- extra search settings
numisotopes INTEGER OPTIONAL, -- number of isotopic peaks to search when using <a href="MSSearchType.html">MSSearchType</a> multiisotope
pepppm BOOLEAN OPTIONAL, -- search precursor as ppm
msmsppm BOOLEAN OPTIONAL, -- search product as ppm
reportedhitcount INTEGER OPTIONAL -- the maximum number of hits to report per spectrum, 0=all
}</pre>
</body>
</html>