~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to source/TEST/TOPP/MapAlignerPoseClustering_1_parameters.ini

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<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">
 
3
  <NODE name="MapAlignerPoseClustering" description="Corrects retention time distortions between maps using a pose clustering approach.">
 
4
    <ITEM name="version" value="1.9.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
 
5
    <NODE name="1" description="Instance &apos;1&apos; section for &apos;MapAlignerPoseClustering&apos;">
 
6
      <ITEMLIST name="in" type="string" description="Input files separated by blanks (all must have the same file type)" tags="input file,required" restrictions="*.mzML,*.featureXML">
 
7
      </ITEMLIST>
 
8
      <ITEMLIST name="out" type="string" description="Output files separated by blanks" tags="output file" restrictions="*.mzML,*.featureXML">
 
9
      </ITEMLIST>
 
10
      <ITEMLIST name="trafo_out" type="string" description="Transformation output files separated by blanks" tags="output file" restrictions="*.trafoXML">
 
11
      </ITEMLIST>
 
12
      <ITEM name="log" value="TOPP.log" type="string" description="Name of log file (created only when specified)" tags="advanced" />
 
13
      <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
 
14
      <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
 
15
      <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
 
16
      <ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
 
17
      <NODE name="reference" description="Options to define a reference file">
 
18
        <ITEM name="file" value="" type="string" description="File to use as reference (same file format as input files required)" tags="input file" restrictions="*.mzML,*.featureXML" />
 
19
        <ITEM name="index" value="0" type="int" description="Use one of the input files as reference (&apos;1&apos; for the first file, etc.).#br#If &apos;0&apos;, no explicit reference is set - the algorithm will select a reference." restrictions="0:" />
 
20
      </NODE>
 
21
      <NODE name="algorithm" description="Algorithm parameters section">
 
22
        <ITEM name="max_num_peaks_considered" value="400" type="int" description="The maximal number of peaks to be considered per map.  This cutoff is only applied to peak maps. To use all peaks, set this to &apos;-1&apos;." restrictions="-1:" />
 
23
        <NODE name="superimposer" description="">
 
24
          <ITEM name="mz_pair_max_distance" value="0.5" type="float" description="Maximum of m/z deviation of corresponding elements in different maps.  This condition applies to the pairs considered in hashing." restrictions="0:" />
 
25
          <ITEM name="rt_pair_distance_fraction" value="0.1" type="float" description="Within each of the two maps, the pairs considered for pose clustering must be separated by at least this fraction of the total elution time interval (i.e., max - min).  " tags="advanced" restrictions="0:1" />
 
26
          <ITEM name="num_used_points" value="2000" type="int" description="Maximum number of elements considered in each map (selected by intensity).  Use this to reduce the running time and to disregard weak signals during alignment.  For using all points, set this to -1." restrictions="-1:" />
 
27
          <ITEM name="scaling_bucket_size" value="0.005" type="float" description="The scaling of the retention time interval is being hashed into buckets of this size during pose clustering.  A good choice for this would be a bit smaller than the error you would expect from repeated runs." restrictions="0:" />
 
28
          <ITEM name="shift_bucket_size" value="3" type="float" description="The shift at the lower (respectively, higher) end of the retention time interval is being hashed into buckets of this size during pose clustering.  A good choice for this would be about the time between consecutive MS scans." restrictions="0:" />
 
29
          <ITEM name="max_shift" value="1000" type="float" description="Maximal shift which is considered during histogramming.  This applies for both directions." tags="advanced" restrictions="0:" />
 
30
          <ITEM name="max_scaling" value="2" type="float" description="Maximal scaling which is considered during histogramming.  The minimal scaling is the reciprocal of this." tags="advanced" restrictions="1:" />
 
31
          <ITEM name="dump_buckets" value="" type="string" description="[DEBUG] If non-empty, base filename where hash table buckets will be dumped to.  A serial number for each invocation will be appended automatically." tags="advanced" />
 
32
          <ITEM name="dump_pairs" value="" type="string" description="[DEBUG] If non-empty, base filename where the individual hashed pairs will be dumped to (large!).  A serial number for each invocation will be appended automatically." tags="advanced" />
 
33
        </NODE>
 
34
        <NODE name="pairfinder" description="">
 
35
          <ITEM name="second_nearest_gap" value="2" type="float" description="The distance to the second nearest neighbors must be larger by this factor than the distance to the matching element itself" restrictions="1:" />
 
36
          <ITEM name="use_identifications" value="false" type="string" description="Never link features that are annotated with different peptides (only the best hit per peptide identification is taken into account)" restrictions="true,false" />
 
37
          <ITEM name="ignore_charge" value="true" type="string" description="Compare features normally even if their charge states are different" restrictions="true,false" />
 
38
          <NODE name="distance_RT" description="Distance component based on RT differences">
 
39
            <ITEM name="max_difference" value="30" type="float" description="Maximum allowed difference in RT" restrictions="0:" />
 
40
            <ITEM name="exponent" value="1" type="float" description="Normalized RT differences are raised to this power" tags="advanced" restrictions="0:" />
 
41
            <ITEM name="weight" value="1" type="float" description="RT distances are weighted by this factor" tags="advanced" restrictions="0:" />
 
42
          </NODE>
 
43
          <NODE name="distance_MZ" description="Distance component based on m/z differences">
 
44
            <ITEM name="max_difference" value="0.3" type="float" description="Maximum allowed difference in m/z (unit defined by &apos;mz_unit&apos;)" restrictions="0:" />
 
45
            <ITEM name="unit" value="Da" type="string" description="Unit of the &apos;max_difference&apos; parameter" restrictions="Da,ppm" />
 
46
            <ITEM name="exponent" value="2" type="float" description="Normalized m/z differences are raised to this power" tags="advanced" restrictions="0:" />
 
47
            <ITEM name="weight" value="1" type="float" description="m/z distances are weighted by this factor" tags="advanced" restrictions="0:" />
 
48
          </NODE>
 
49
          <NODE name="distance_intensity" description="Distance component based on differences in relative intensity">
 
50
            <ITEM name="exponent" value="1" type="float" description="Differences in relative intensity are raised to this power" tags="advanced" restrictions="0:" />
 
51
            <ITEM name="weight" value="0" type="float" description="Distances based on relative intensity are weighted by this factor" tags="advanced" restrictions="0:" />
 
52
          </NODE>
 
53
        </NODE>
 
54
      </NODE>
 
55
      <NODE name="model" description="Options to control the modeling of retention time transformations from data">
 
56
        <ITEM name="type" value="linear" type="string" description="Type of model" restrictions="linear,b_spline,interpolated" />
 
57
        <NODE name="linear" description="Parameters for &apos;linear&apos; model">
 
58
          <ITEM name="symmetric_regression" value="false" type="string" description="Perform linear regression on &apos;y - x&apos; vs. &apos;y + x&apos;, instead of on &apos;y&apos; vs. &apos;x&apos;." restrictions="true,false" />
 
59
        </NODE>
 
60
        <NODE name="b_spline" description="Parameters for &apos;b_spline&apos; model">
 
61
          <ITEM name="num_breakpoints" value="5" type="int" description="Number of breakpoints of the cubic spline in the smoothing step. More breakpoints mean less smoothing. Reduce this number if the transformation has an unexpected shape." restrictions="2:" />
 
62
          <ITEM name="break_positions" value="uniform" type="string" description="How to distribute the breakpoints on the retention time scale. &apos;uniform&apos;: intervals of equal size; &apos;quantiles&apos;: equal number of data points per interval." restrictions="uniform,quantiles" />
 
63
        </NODE>
 
64
        <NODE name="interpolated" description="Parameters for &apos;interpolated&apos; model">
 
65
          <ITEM name="interpolation_type" value="cspline" type="string" description="Type of interpolation to apply." restrictions="linear,cspline,akima" />
 
66
        </NODE>
 
67
      </NODE>
 
68
    </NODE>
 
69
  </NODE>
 
70
</PARAMETERS>