1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<PARAMETERS version="1.3" xsi:noNamespaceSchemaLocation="http://open-ms.sourceforge.net/schemas/Param_1_3.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NODE name="FeatureFinderRaw" description="Determination of peak ratios in LC-MS data">
<ITEM name="version" value="1.9.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
<NODE name="1" description="Instance '1' section for 'FeatureFinderRaw'">
<ITEM name="in" value="" type="string" description="input file (valid formats: 'mzML')" tags="input file,required" />
<ITEM name="out" value="" type="string" description="output file (valid formats: 'featureXML')" tags="output file" />
<ITEM name="log" value="" type="string" description="Name of log file (created only when specified)" tags="advanced" />
<ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
<ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
<ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
<ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
<NODE name="algorithm" description="Parameters for the algorithm.">
<ITEM name="allow_missing_peaks" value="false" type="string" description="Low intensity peaks might be missing from the isotopic pattern of some of the peptides. Should such peptides be included in the analysis?" tags="advanced" restrictions="true,false" />
<ITEM name="rt_threshold" value="80" type="float" description="Upper bound for the retention time [s] over which a characteristic peptide elutes. " restrictions="0:" />
<ITEM name="rt_min" value="0" type="float" description="Lower bound for the retention time [s]." tags="advanced" restrictions="0:" />
<ITEM name="intensity_cutoff" value="0" type="float" description="Lower bound for the intensity of isotopic peaks in a SILAC pattern." restrictions="0.1:" />
<ITEM name="intensity_correlation" value="0.95" type="float" description="Lower bound for the Pearson correlation coefficient, which measures how well intensity profiles of different isotopic peaks correlate." restrictions="0:1" />
<ITEM name="model_deviation" value="10" type="float" description="Upper bound on the factor by which the ratios of observed isotopic peaks are allowed to differ from the ratios of the theoretic averagine model, i.e. ( theoretic_ratio / model_deviation ) < observed_ratio < ( theoretic_ratio * model_deviation )." restrictions="1:" />
</NODE>
<NODE name="sample" description="Parameter describing the sample and its labels.">
<ITEM name="charge" value="2:3" type="string" description="Range of charge states in the sample, i.e. min charge : max charge." />
<ITEM name="missed_cleavages" value="0" type="int" description="Maximum number of missed cleavages." restrictions="0:" />
<ITEM name="peaks_per_peptide" value="3:5" type="string" description="Range of peaks per peptide in the sample, i.e. min peaks per peptide : max peaks per peptide." tags="advanced" />
</NODE>
</NODE>
</NODE>
</PARAMETERS>
|