File: OpenSwathAnalyzer_5.ini

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (77 lines) | stat: -rw-r--r-- 9,885 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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="OpenSwathAnalyzer" description="Picks peaks and finds features in an SRM experiment.">
    <ITEM name="version" value="1.10.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
    <NODE name="1" description="Instance &apos;1&apos; section for &apos;OpenSwathAnalyzer&apos;">
      <ITEM name="in" value="" type="string" description="input file containing the chromatograms." tags="input file,required" restrictions="*.mzML" />
      <ITEM name="tr" value="" type="string" description="transition file" tags="input file,required" restrictions="*.TraML" />
      <ITEM name="rt_norm" value="" type="string" description="RT normalization file (how to map the RTs of this run to the ones stored in the library)" tags="input file" restrictions="*.trafoXML" />
      <ITEM name="out" value="" type="string" description="output file" tags="output file,required" restrictions="*.featureXML" />
      <ITEM name="no-strict" value="false" type="string" description="run in non-strict mode and allow some chromatograms to not be mapped." restrictions="true,false" />
      <ITEMLIST name="swath_files" type="string" description="Swath files that were used to extract the transitions. If present, SWATH specific scoring will be applied." tags="input file" restrictions="*.mzML">
      </ITEMLIST>
      <ITEM name="min_upper_edge_dist" value="0" type="float" description="Minimal distance to the edge to still consider a precursor, in Thomson (only in SWATH)" />
      <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="model" description="Options to control the modeling of retention time transformations from data">
        <ITEM name="type" value="linear" type="string" description="Type of model" tags="advanced" restrictions="linear,b_spline,interpolated" />
        <ITEM name="symmetric_regression" value="false" type="string" description="Only for &apos;linear&apos; model: Perform linear regression on &apos;y - x&apos; vs. &apos;y + x&apos;, instead of on &apos;y&apos; vs. &apos;x&apos;." tags="advanced" restrictions="true,false" />
        <ITEM name="num_breakpoints" value="5" type="int" description="Only for &apos;b_spline&apos; model: Number of breakpoints of the cubic spline in the smoothing step. The breakpoints are spaced uniformly on the retention time interval. More breakpoints mean less smoothing. Reduce this number if the transformation has an unexpected shape." tags="advanced" restrictions="2:" />
        <ITEM name="interpolation_type" value="cspline" type="string" description="Only for &apos;interpolated&apos; model: Type of interpolation to apply." tags="advanced" />
      </NODE>
      <NODE name="algorithm" description="Algorithm parameters section">
        <ITEM name="rt_extraction_window" value="-1" type="float" description="Only extract RT around this value (-1 means extract over the whole range, a value of 500 means to extract around +/- 500 s of the expected elution). For this to work, the TraML input file needs to contain normalized RT values." />
        <ITEM name="rt_normalization_factor" value="1" type="float" description="The normalized RT is expected to be between 0 and 1. If your normalized RT has a different range, pass this here (e.g. it goes from 0 to 100, set this value to 100)" />
        <ITEM name="quantification_cutoff" value="0" type="float" description="Cutoff below which peaks should not be used for quantification any more" tags="advanced" restrictions="0:" />
        <ITEM name="stop_report_after_feature" value="-1" type="int" description="Stop reporting after feature (ordered by quality; -1 means do not stop)." />
        <ITEM name="write_convex_hull" value="false" type="string" description="Whether to write out all points of all features into the featureXML" tags="advanced" restrictions="true,false" />
        <NODE name="TransitionGroupPicker" description="">
          <ITEM name="sgolay_frame_length" value="15" type="int" description="The number of subsequent data points used for smoothing.#br#This number has to be uneven. If it is not, 1 will be added." />
          <ITEM name="sgolay_polynomial_order" value="3" type="int" description="Order or the polynomial that is fitted." />
          <ITEM name="gauss_width" value="50" type="float" description="Gaussian width in seconds, estimated peak size." />
          <ITEM name="use_gauss" value="true" type="string" description="Use gauss for smoothing (other option is sgolay)" />
          <ITEM name="peak_width" value="40" type="float" description="Estimated peak width in seconds." restrictions="0:" />
          <ITEM name="signal_to_noise" value="1" type="float" description="Signal to noise." restrictions="0:" />
          <ITEM name="sn_win_len" value="1000" type="float" description="Signal to noise window length." />
          <ITEM name="sn_bin_count" value="30" type="int" description="Signal to noise bin count." />
          <ITEM name="stop_after_feature" value="-1" type="int" description="Stop finding after feature (ordered by intensity; -1 means do not stop)." />
          <ITEM name="stop_after_intensity_ratio" value="0.0001" type="float" description="Stop after reaching intensity ratio" />
          <ITEM name="stop_report_after_feature" value="-1" type="int" description="Stop reporting after feature (ordered by quality; 1 means do not stop)." />
        </NODE>
        <NODE name="DIAScoring" description="">
          <ITEM name="dia_extraction_window" value="0.05" type="float" description="DIA extraction window in Th." restrictions="0:" />
          <ITEM name="dia_centroided" value="false" type="string" description="Use centroded DIA data." restrictions="true,false" />
          <ITEM name="dia_byseries_intensity_min" value="8" type="float" description="DIA b/y series minimum intensity to consider." restrictions="0:" />
          <ITEM name="dia_byseries_ppm_diff" value="15" type="float" description="DIA b/y series minimal difference in ppm to consider." restrictions="0:" />
          <ITEM name="dia_nr_isotopes" value="4" type="int" description="DIA nr of isotopes to consider." restrictions="0:" />
          <ITEM name="dia_nr_charges" value="4" type="int" description="DIA nr of charges to consider." restrictions="0:" />
        </NODE>
        <NODE name="EMGScoring" description="">
          <ITEM name="interpolation_step" value="0.2" type="float" description="Sampling rate for the interpolation of the model function." tags="advanced" />
          <ITEM name="tolerance_stdev_bounding_box" value="3" type="float" description="Bounding box has range [minimim of data, maximum of data] enlarged by tolerance_stdev_bounding_box times the standard deviation of the data." tags="advanced" />
          <ITEM name="max_iteration" value="500" type="int" description="Maximum number of iterations using by Levenberg-Marquardt algorithm." tags="advanced" />
          <ITEM name="deltaAbsError" value="0.0001" type="float" description="Absolute error used by the Levenberg-Marquardt algorithm." tags="advanced" />
          <ITEM name="deltaRelError" value="0.0001" type="float" description="Relative error used by the Levenberg-Marquardt algorithm." tags="advanced" />
          <NODE name="statistics" description="">
            <ITEM name="mean" value="1" type="float" description="Centroid position of the model." tags="advanced" />
            <ITEM name="variance" value="1" type="float" description="Variance of the model." tags="advanced" />
          </NODE>
        </NODE>
        <NODE name="Scores" description="">
          <ITEM name="use_shape_score" value="true" type="string" description="Use the shape score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_coelution_score" value="true" type="string" description="Use the coelution score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_rt_score" value="true" type="string" description="Use the retention time score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_library_score" value="true" type="string" description="Use the library score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_elution_model_score" value="true" type="string" description="Use the elution model (EMG) score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_intensity_score" value="true" type="string" description="Use the intensity score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_nr_peaks_score" value="true" type="string" description="Use the number of peaks score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_total_xic_score" value="true" type="string" description="Use the total XIC score" tags="advanced" restrictions="true,false" />
          <ITEM name="use_sn_score" value="true" type="string" description="Use the SN (signal to noise) score" tags="advanced" restrictions="true,false" />
        </NODE>
      </NODE>
    </NODE>
  </NODE>
</PARAMETERS>