Mercurial > repos > recetox > target_screen
annotate target_screen.xml @ 1:6d51be3d7bb5 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
author | recetox |
---|---|
date | Mon, 12 May 2025 14:05:37 +0000 |
parents | d4c2d5bc0524 |
children |
rev | line source |
---|---|
1
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
1 <tool id="target_screen" name="MS Target Screening" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="MIT"> |
0
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
2 <description>Extract peaks from recetox-aplcms tables using a list of target ions</description> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
3 <macros> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
4 <token name="@TOOL_VERSION@">0.1.0</token> |
1
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
5 <token name="@VERSION_SUFFIX@">1</token> |
0
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
6 </macros> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
7 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
8 <requirements> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
9 <requirement type="package" version="2.2.3">pandas</requirement> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
10 <requirement type="package" version="17.0.0">pyarrow</requirement> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
11 </requirements> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
12 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
13 <command detect_errors="exit_code"><![CDATA[ |
1
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
14 python3 '${__tool_directory__}/target_screen.py' --peaks '$peaks' '$peaks.ext' --markers '$markers' '$markers.ext' --output '$hits' --ppm $ppm --rt_tol $rt |
0
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
15 ]]></command> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
16 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
17 <inputs> |
1
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
18 <param name="peaks" type="data" format="parquet,tabular,tsv,csv" label="Peaks Table" help="Input table containing detected peaks in Parquet format. Each row should represent a peak with columns for m/z, retention time, and intensity." /> |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
19 <param name="markers" type="data" format="parquet,tabular,tsv,csv" label="Target Markers Table" help="Input table containing target markers in tabular format. Each row should represent a marker with columns for m/z and retention time." /> |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
20 <param name="ppm" type="integer" min="0" max="1000" value="10" label="Mass Tolerance (ppm)" help="Tolerance for filtering peaks based on mass-to-charge ratio (m/z) in parts per million (ppm). The tolerance is applied symmetrically (±), so a value of 10 will match peaks within ±10 ppm of the target m/z." /> |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
21 <param name="rt" type="integer" min="0" max="100" value="10" label="Retention Time Tolerance" help="Tolerance for filtering peaks based on retention time in the same units as the input data. The tolerance is applied symmetrically (±), so a value of 10 will match peaks within ±10 units of the target retention time." /> |
0
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
22 </inputs> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
23 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
24 <outputs> |
1
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
25 <data name="hits" format="tabular" label="Filtered Peaks (${tool.name} on ${on_string})" /> |
0
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
26 </outputs> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
27 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
28 <tests> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
29 <test> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
30 <param name="peaks" value="target_screen/peaks.parquet"/> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
31 <param name="markers" value="target_screen/markers.tsv"/> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
32 <output name="hits" value="target_screen/out.tsv"/> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
33 </test> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
34 </tests> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
35 <help><![CDATA[ |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
36 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
37 .. class:: infomark |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
38 |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
39 **What it does** |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
40 |
1
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
41 This tool extracts peaks from a table of detected peaks based on a list of target markers. Peaks are matched to markers using a specified tolerance for mass-to-charge ratio (ppm) and retention time. Both tolerances are applied symmetrically (±). For example, if the retention time tolerance is set to 10, peaks within ±10 units of the target retention time will be matched. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
42 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
43 **Inputs** |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
44 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
45 1. **Peaks Table (Parquet Format)**: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
46 A table containing detected peaks. The table should be in Parquet format and include the following columns: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
47 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
48 - `mz`: Mass-to-charge ratio (m/z) of the peak. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
49 - `rt`: Retention time of the peak. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
50 - `intensity`: Intensity of the peak. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
51 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
52 Example Peaks Table: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
53 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
54 .. list-table:: Example Peaks Table |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
55 :header-rows: 1 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
56 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
57 * - mz |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
58 - rt |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
59 - intensity |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
60 * - 100.123 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
61 - 5.2 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
62 - 1500 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
63 * - 200.456 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
64 - 10.5 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
65 - 3000 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
66 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
67 2. **Target Markers Table (Tabular Format)**: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
68 A table containing target markers. The table should be in tabular format and include the following columns: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
69 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
70 - `mz`: Mass-to-charge ratio (m/z) of the marker. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
71 - `rt`: Retention time of the marker. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
72 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
73 Example Markers Table: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
74 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
75 .. list-table:: Example Markers Table |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
76 :header-rows: 1 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
77 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
78 * - mz |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
79 - rt |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
80 * - 100.123 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
81 - 5.2 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
82 * - 200.456 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
83 - 10.5 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
84 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
85 **Parameters** |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
86 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
87 - **Mass Tolerance (ppm)**: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
88 The tolerance for matching peaks to markers based on their mass-to-charge ratio (m/z). The value is specified in parts per million (ppm). The tolerance is applied symmetrically (±), so a value of 10 will match peaks within ±10 ppm of the target m/z. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
89 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
90 - **Retention Time Tolerance**: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
91 The tolerance for matching peaks to markers based on their retention time. The value is specified in the same units as the input data. The tolerance is applied symmetrically (±), so a value of 10 will match peaks within ±10 units of the target retention time. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
92 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
93 **Outputs** |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
94 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
95 - **Filtered Peaks Table**: |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
96 A tabular file containing the peaks that matched the target markers based on the specified tolerances. |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
97 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
98 **Example Usage** |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
99 |
6d51be3d7bb5
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit d6102c60e41d91adf1c7a876f84ef420a69262e2
recetox
parents:
0
diff
changeset
|
100 This tool can be used to filter peaks from a mass spectrometry dataset based on a list of known target markers, enabling targeted analysis of specific compounds. |
0
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
101 ]]></help> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
102 <citations> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
103 <citation type="doi">10.25080/Majora-92bf1922-00a</citation> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
104 </citations> |
d4c2d5bc0524
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/misc commit 94322884bede7ddb9f2a9166952dd0115bdb4e49
recetox
parents:
diff
changeset
|
105 </tool> |