Mercurial > repos > lecorguille > xcms_group
annotate abims_xcms_group.xml @ 14:f4dc089f9d19 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
author | lecorguille |
---|---|
date | Sun, 05 Feb 2017 08:56:10 -0500 |
parents | 676c748b23ea |
children | fa9fe7d46ec3 |
rev | line source |
---|---|
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
1 <tool id="abims_xcms_group" name="xcms.group" version="2.1.0"> |
0 | 2 |
3 <description>Group peaks together across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time.</description> | |
4 | |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
5 <macros> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
6 <import>macros.xml</import> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
7 </macros> |
0 | 8 |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
9 <expand macro="requirements"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
10 <expand macro="stdio"/> |
0 | 11 |
1 | 12 <command><![CDATA[ |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
13 @COMMAND_XCMS_SCRIPT@ |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
14 xfunction group |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
15 image $image |
1 | 16 |
17 xsetRdataOutput $xsetRData | |
18 rplotspdf $rplotsPdf | |
19 | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
20 method $methods.method sleep 0.001 |
0 | 21 #if $methods.method == "density": |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
22 ## minsamp $methods.minsamp |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
23 minfrac $methods.minfrac |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
24 bw $methods.bw |
0 | 25 mzwid $methods.mzwid |
26 #if $methods.density_options.option == "show": | |
27 max $methods.density_options.max | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
28 #end if |
0 | 29 #elif $methods.method == "mzClust": |
30 mzppm $methods.mzppm | |
31 mzabs $methods.mzabs | |
32 minfrac $methods.minfrac | |
33 ## minsamp $methods.minsamp | |
34 #else: | |
35 mzVsRTbalance $methods.mzVsRTbalance | |
36 mzCheck $methods.mzCheck | |
37 rtCheck $methods.rtCheck | |
38 kNN $methods.kNN | |
39 #end if | |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
40 @COMMAND_LOG_EXIT@ |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
41 ]]></command> |
0 | 42 |
43 <inputs> | |
44 <param name="image" type="data" format="rdata.xcms.raw,rdata.xcms.group,rdata.xcms.retcor,rdata" label="xset RData file" help="output file from another function xcms (xcmsSet, retcor etc.)" /> | |
45 <conditional name="methods"> | |
46 <param name="method" type="select" label="Method to use for grouping" help="[method] See the help section below"> | |
47 <option value="density" selected="true">density</option> | |
48 <option value="mzClust" >mzClust</option> | |
49 <option value="nearest" >nearest</option> | |
50 </param> | |
51 <when value="density"> | |
52 <param name="bw" type="integer" value="30" label="Bandwidth" help="[bw] bandwidth (standard deviation or half width at half maximum) of gaussian smoothing kernel to apply to the peak density chromatogram" /> | |
53 <param name="minfrac" type="float" value="0.5" label="Minimum fraction of samples necessary" help="[minfrac] in at least one of the sample groups for it to be a valid group" /> | |
54 <param name="mzwid" type="float" value="0.25" label="Width of overlapping m/z slices" help="[mzwid] to use for creating peak density chromatograms and grouping peaks across samples " /> | |
55 <!-- | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
56 <param name="minsamp" type="hidden" value="1" label="minsamp" help="minimum number of samples necessary in at least one of the sample groups for it to be a valid group " /> |
0 | 57 --> |
58 <conditional name="density_options"> | |
59 <param name="option" type="select" label="Advanced options"> | |
60 <option value="show">show</option> | |
61 <option value="hide" selected="true">hide</option> | |
62 </param> | |
63 <when value="show"> | |
64 <param name="max" type="integer" value="5" label="Maximum number of groups to identify in a single m/z slice" help="[max]" /> | |
65 </when> | |
66 <when value="hide"> | |
67 </when> | |
68 </conditional> | |
69 | |
70 </when> | |
71 <when value="mzClust"> | |
72 <param name="mzppm" type="integer" value="20 " label="Relative error used for clustering/grouping in ppm" help="[mzppm]" /> | |
73 <param name="mzabs" type="float" value="0" label="Absolute error used for clustering/grouping" help="[mzabs]" /> | |
74 <param name="minfrac" type="float" value="0" label="Minimum fraction of each class in one bin" help="[minfrac] minimum fraction of samples necessary in at least one of the sample groups for it to be a valid group" /> | |
75 <!-- | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
76 <param name="minsamp" type="hidden" value="1" label="minsamp" help="minimum number of samples necessary in at least one of the sample groups for it to be a valid group " /> |
0 | 77 --> |
78 </when> | |
79 <when value="nearest"> | |
80 <param name="mzVsRTbalance" type="integer" value="10 " label="Multiplicator for mz value before calculating the (euclidean) distance between two peaks." help="[mzVsRTbalance]" /> | |
81 <param name="mzCheck" type="float" value="0.2" label="Maximum tolerated distance for mz" help="[mzCheck]" /> | |
82 <param name="rtCheck" type="integer" value="15" label="Maximum tolerated distance for RT" help="[rtCheck]" /> | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
83 <param name="kNN" type="integer" value="10" label="Number of nearest Neighbours to check" help="[kNN]" /> |
0 | 84 </when> |
85 </conditional> | |
86 <!-- | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
87 <param name="sleepy" type="float" value="0.001" label="sleep" help="seconds to pause between plotting successive steps of the peak grouping algorithm. peaks are plotted as points showing relative intensity. identified groups are flanked by dotted vertical lines"> |
0 | 88 <validator type="in_range" message="Must be more than 0" min="0.001" max="inf"/> |
89 </param> | |
90 --> | |
91 | |
92 </inputs> | |
93 | |
94 <outputs> | |
95 <data name="xsetRData" format="rdata.xcms.group" label="${image.name[:-6]}.group.RData"/> | |
96 <data name="rplotsPdf" format="pdf" label="${image.name[:-6]}.group.Rplots.pdf"/> | |
1 | 97 <data name="log" format="txt" label="xset.log.txt" hidden="true" /> |
0 | 98 </outputs> |
99 | |
100 <tests> | |
7
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
101 <!--<test> |
0 | 102 <param name="image" value="xset.RData"/> |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
103 <param name="methods|method" value="density"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
104 <param name="methods|bw" value="5"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
105 <param name="methods|minfrac" value="0.3"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
106 <param name="methods|mzwid" value="0.01"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
107 <param name="methods|density_options|option" value="show"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
108 <param name="methods|density_options|max" value="50"/> |
1 | 109 <output name="log"> |
110 <assert_contents> | |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
111 <has_text text="object with 4 samples" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
112 <has_text text="Time range: 0.7-1139.7 seconds (0-19 minutes)" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
113 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
114 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
115 <has_text text="Peak Groups: 48998" /> |
1 | 116 <has_text text="Sample classes: bio, blank" /> |
117 </assert_contents> | |
118 </output> | |
7
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
119 </test>--> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
120 <test> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
121 <param name="image" value="faahKO.xset.RData"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
122 <param name="methods|method" value="density"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
123 <param name="methods|bw" value="5"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
124 <param name="methods|minfrac" value="0.3"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
125 <param name="methods|mzwid" value="0.01"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
126 <param name="methods|density_options|option" value="show"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
127 <param name="methods|density_options|max" value="50"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
128 <output name="log"> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
129 <assert_contents> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
130 <has_text text="object with 4 samples" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
131 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
132 <has_text text="Mass range: 200.1-600 m/z" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
133 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
134 <has_text text="Peak Groups: 8275" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
135 <has_text text="Sample classes: KO, WT" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
136 </assert_contents> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
137 </output> |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
138 </test> |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
139 <test> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
140 <param name="image" value="faahKO-single-class.xset.merged.RData"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
141 <param name="methods|method" value="density"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
142 <param name="methods|bw" value="5"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
143 <param name="methods|minfrac" value="0.3"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
144 <param name="methods|mzwid" value="0.01"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
145 <param name="methods|density_options|option" value="show"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
146 <param name="methods|density_options|max" value="50"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
147 <output name="log"> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
148 <assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
149 <has_text text="object with 4 samples" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
150 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
151 <has_text text="Mass range: 200.1-600 m/z" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
152 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
153 <has_text text="Peak Groups: 8275" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
154 <has_text text="Sample classes: KO, WT" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
155 </assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
156 </output> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
157 </test> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
158 <test> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
159 <param name="image" value="faahKO-single.xset.merged.RData"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
160 <param name="methods|method" value="density"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
161 <param name="methods|bw" value="5"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
162 <param name="methods|minfrac" value="0.3"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
163 <param name="methods|mzwid" value="0.01"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
164 <param name="methods|density_options|option" value="show"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
165 <param name="methods|density_options|max" value="50"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
166 <output name="log"> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
167 <assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
168 <has_text text="object with 4 samples" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
169 <has_text text="Time range: 2506.1-4477.9 seconds (41.8-74.6 minutes)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
170 <has_text text="Mass range: 200.1-600 m/z" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
171 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
172 <has_text text="Peak Groups: 664" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
173 <has_text text="Sample classes: ." /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
174 </assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
175 </output> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
176 </test> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
177 <test> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
178 <param name="image" value="MM-single.xset.merged.RData"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
179 <param name="methods|method" value="density"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
180 <param name="methods|bw" value="5"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
181 <param name="methods|minfrac" value="0.3"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
182 <param name="methods|mzwid" value="0.01"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
183 <param name="methods|density_options|option" value="show"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
184 <param name="methods|density_options|max" value="50"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
185 <output name="log"> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
186 <assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
187 <has_text text="object with 2 samples" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
188 <has_text text="Time range: 19.7-307.3 seconds (0.3-5.1 minutes)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
189 <has_text text="Mass range: 117.0357-936.7059 m/z" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
190 <has_text text="Peaks: 236 (about 118 per sample)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
191 <has_text text="Peak Groups: 236" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
192 <has_text text="Sample classes: ." /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
193 </assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
194 </output> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
195 </test> |
7
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
196 <!--<test> |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
197 <param name="image" value="xset.group.retcor.RData"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
198 <param name="methods|method" value="density"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
199 <param name="methods|bw" value="5"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
200 <param name="methods|minfrac" value="0.3"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
201 <param name="methods|mzwid" value="0.01"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
202 <param name="methods|density_options|option" value="show"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
203 <param name="methods|density_options|max" value="50"/> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
204 <output name="log"> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
205 <assert_contents> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
206 <has_text text="object with 4 samples" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
207 <has_text text="Time range: 0.2-1140.1 seconds (0-19 minutes)" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
208 <has_text text="Mass range: 50.0021-999.9863 m/z" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
209 <has_text text="Peaks: 59359 (about 14840 per sample)" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
210 <has_text text="Peak Groups: 48958" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
211 <has_text text="Sample classes: bio, blank" /> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
212 </assert_contents> |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
213 </output> |
7
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
214 </test>--> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
215 <test> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
216 <param name="image" value="faahKO.xset.group.retcor.RData"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
217 <param name="methods|method" value="density"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
218 <param name="methods|bw" value="5"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
219 <param name="methods|minfrac" value="0.3"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
220 <param name="methods|mzwid" value="0.01"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
221 <param name="methods|density_options|option" value="show"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
222 <param name="methods|density_options|max" value="50"/> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
223 <output name="log"> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
224 <assert_contents> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
225 <has_text text="object with 4 samples" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
226 <has_text text="Time range: 2507.7-4481.7 seconds (41.8-74.7 minutes)" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
227 <has_text text="Mass range: 200.1-600 m/z" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
228 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
229 <has_text text="Peak Groups: 8157" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
230 <has_text text="Sample classes: KO, WT" /> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
231 </assert_contents> |
75be85d996d9
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 727b4a74b8e424af622dc0e2b0c910cdd020cd29
lecorguille
parents:
4
diff
changeset
|
232 </output> |
0 | 233 </test> |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
234 <test> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
235 <param name="image" value="faahKO-single.xset.merged.group.retcor.RData"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
236 <param name="methods|method" value="density"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
237 <param name="methods|bw" value="5"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
238 <param name="methods|minfrac" value="0.3"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
239 <param name="methods|mzwid" value="0.01"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
240 <param name="methods|density_options|option" value="show"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
241 <param name="methods|density_options|max" value="50"/> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
242 <output name="log"> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
243 <assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
244 <has_text text="object with 4 samples" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
245 <has_text text="Time range: 2507.7-4481.7 seconds (41.8-74.7 minutes)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
246 <has_text text="Mass range: 200.1-600 m/z" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
247 <has_text text="Peaks: 9251 (about 2313 per sample)" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
248 <has_text text="Peak Groups: 8157" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
249 <has_text text="Sample classes: KO, WT" /> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
250 </assert_contents> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
251 </output> |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
252 </test> |
0 | 253 </tests> |
254 | |
1 | 255 <help><![CDATA[ |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
256 |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
257 @HELP_AUTHORS@ |
0 | 258 |
259 ========== | |
260 Xcms.Group | |
261 ========== | |
262 | |
263 ----------- | |
264 Description | |
265 ----------- | |
266 | |
267 After peak identification with xcmsSet, this tool groups the peaks which represent the same analyte across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time. Allows rejection of features, which are only partially detected within the replicates of a sample class. | |
268 | |
269 | |
270 | |
271 ----------------- | |
272 Workflow position | |
273 ----------------- | |
274 | |
275 **Upstream tools** | |
276 | |
277 ========================= ================= =================== ========== | |
278 Name output file format parameter | |
279 ========================= ================= =================== ========== | |
280 xcms.xcmsSet xset.RData rdata.xcms.raw RData file | |
281 ------------------------- ----------------- ------------------- ---------- | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
282 xcms.xcmsSet Merger xset.RData rdata.xcms.raw RData file |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
283 ------------------------- ----------------- ------------------- ---------- |
0 | 284 xcms.retcor xset.RData rdata.xcms.retcor RData file |
285 ========================= ================= =================== ========== | |
286 | |
287 | |
288 **Downstream tools** | |
289 | |
290 +---------------------------+--------------------------------------+ | |
291 | Name | Output file | Format | | |
292 +===========================+=================+====================+ | |
293 |xcms.retcor | xset.RData | rdata.xcms.group | | |
294 +---------------------------+--------------------------------------+ | |
295 |xcms.fillPeaks | xset.RData | rdata.xcms.group | | |
296 +---------------------------+--------------------------------------+ | |
297 | |
298 The output file is an xcmsSet.RData file. You can continue your analysis using it in **xcms.retcor** tool as an next step and then **xcms.fillPeaks**. | |
299 | |
300 **General schema of the metabolomic workflow** | |
301 | |
302 .. image:: xcms_group_workflow.png | |
303 | |
304 | |
305 ----------- | |
306 Input files | |
307 ----------- | |
308 | |
309 +---------------------------+-----------------------+ | |
310 | Parameter : num + label | Format | | |
311 +===========================+=======================+ | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
312 | Or : RData file | rdata.xcms.raw | |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
313 +---------------------------+-----------------------+ |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
314 | Or : RData file | rdata.xcms.retcor | |
0 | 315 +---------------------------+-----------------------+ |
316 | |
317 | |
318 ---------- | |
319 Parameters | |
320 ---------- | |
321 | |
322 Method to use for grouping | |
323 -------------------------- | |
324 | |
325 **mzClust** | |
326 | |
327 | Runs high resolution alignment on single spectra samples stored in the RData file generated by the **xcmsSet tool**. | |
328 | |
329 **density** | |
330 | |
331 | Groups peaks together across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time. | |
332 | |
333 **nearest** | |
334 | |
335 | Groups peaks together across samples by creating a master peak list and assigning corresponding peaks from all samples. It is inspired by the alignment algorithm of mzMine. | |
336 | |
337 | |
338 ------------ | |
339 Output files | |
340 ------------ | |
341 | |
342 xset.group.Rplots.pdf | |
343 | |
344 xset.group.RData: rdata.xcms.group format | |
345 | |
346 | Rdata file that will be necessary in the third and fourth step of the workflow (xcms.retcor and xcms.fillpeaks). | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
347 |
0 | 348 |
349 ------ | |
350 | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
351 .. class:: infomark |
0 | 352 |
353 The output file is an xset.group.RData file. You can continue your analysis using it in **xcms.retcor** tool. | |
354 | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
355 |
0 | 356 --------------------------------------------------- |
357 | |
358 | |
359 --------------- | |
360 Working example | |
361 --------------- | |
362 | |
363 Input files | |
364 ----------- | |
365 | |
366 | RData file -> **xset.RData** | |
367 | |
368 Parameters | |
369 ---------- | |
370 | |
371 | Method -> **density** | |
372 | bw -> **5** | |
373 | minfrac -> **0.3** | |
374 | mzwid -> **0.01** | |
375 | Advanced options: **show** | |
376 | max -> **50** | |
377 | |
378 | |
379 Output files | |
380 ------------ | |
381 | |
382 | **1) xset.RData: RData file** | |
383 | |
384 | **2) Example of an xset.group.Rplots pdf file** | |
385 | |
386 .. image:: xcms_group.png | |
387 :width: 700 | |
388 | |
389 | |
3 | 390 --------------------------------------------------- |
391 | |
392 Changelog/News | |
393 -------------- | |
394 | |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
395 **Version 2.1.0 - 03/02/2017** |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
396 |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
397 - IMPROVEMENT: xcms.group can deal with merged individual data from "xcms.xcmsSet Merger" |
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
398 |
10
676c748b23ea
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
399 **Version 2.0.6 - 06/07/2016** |
676c748b23ea
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
400 |
676c748b23ea
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
401 - UPGRADE: upgrate the xcms version from 1.44.0 to 1.46.0 |
676c748b23ea
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
lecorguille
parents:
7
diff
changeset
|
402 |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
403 **Version 2.0.5 - 04/04/2016** |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
404 |
14
f4dc089f9d19
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 22c4e92909198328fc7439ff47e4546a273eb907
lecorguille
parents:
10
diff
changeset
|
405 - TEST: refactoring to pass planemo test using conda dependencies |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
406 |
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
407 |
3 | 408 **Version 2.0.4 - 10/02/2016** |
409 | |
410 - BUGFIX: better management of errors. Datasets remained green although the process failed | |
411 | |
412 - UPDATE: refactoring of internal management of inputs/outputs | |
413 | |
414 - UPDATE: refactoring to feed the new report tool | |
415 | |
416 | |
417 **Version 2.0.2 - 02/06/2015** | |
418 | |
419 - IMPROVEMENT: new datatype/dataset formats (rdata.xcms.raw, rdata.xcms.group, rdata.xcms.retcor ...) will facilitate the sequence of tools and so avoid incompatibility errors. | |
420 | |
421 - IMPROVEMENT: parameter labels have changed to facilitate their reading. | |
422 | |
423 | |
1 | 424 ]]></help> |
0 | 425 |
426 | |
4
fef3d1b8e7f4
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
lecorguille
parents:
3
diff
changeset
|
427 <expand macro="citation" /> |
0 | 428 |
429 | |
430 </tool> |