Mercurial > repos > lecorguille > xcms_fillpeaks
comparison abims_xcms_fillPeaks.xml @ 30:6b5ed508f81f draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298
| author | lecorguille |
|---|---|
| date | Tue, 13 Feb 2018 04:44:47 -0500 |
| parents | f6d3e6be4ea3 |
| children | 8fd5b5afa24d |
comparison
equal
deleted
inserted
replaced
| 29:f6d3e6be4ea3 | 30:6b5ed508f81f |
|---|---|
| 1 <tool id="abims_xcms_fillPeaks" name="xcms.fillPeaks" version="2.1.0"> | 1 <tool id="abims_xcms_fillPeaks" name="xcms.fillPeaks" version="2.1.1"> |
| 2 | 2 |
| 3 <description>Integrate a sample's signal in regions where peak groups are not represented to create new peaks in missing areas</description> | 3 <description>Integrate a sample's signal in regions where peak groups are not represented to create new peaks in missing areas</description> |
| 4 | 4 |
| 5 <macros> | 5 <macros> |
| 6 <import>macros.xml</import> | 6 <import>macros.xml</import> |
| 115 | 115 |
| 116 ============== | 116 ============== |
| 117 Xcms.fillPeaks | 117 Xcms.fillPeaks |
| 118 ============== | 118 ============== |
| 119 | 119 |
| 120 ----------- | |
| 120 Description | 121 Description |
| 121 ----------- | 122 ----------- |
| 122 | 123 |
| 123 **Integrate areas of missing peaks** | 124 **Integrate areas of missing peaks** |
| 124 For each sample, identify peak groups where that sample is not | 125 For each sample, identify peak groups where that sample is not |
| 131 "MSW" is used for peaklists without retention-time information | 132 "MSW" is used for peaklists without retention-time information |
| 132 like those from direct-infusion spectra. | 133 like those from direct-infusion spectra. |
| 133 | 134 |
| 134 | 135 |
| 135 | 136 |
| 137 ----------------- | |
| 136 Workflow position | 138 Workflow position |
| 137 ----------------- | 139 ----------------- |
| 138 | 140 |
| 139 | 141 |
| 140 **Upstream tools** | 142 **Upstream tools** |
| 141 | 143 |
| 142 +------------------------+------------------+--------------------+------------+ | 144 ========================= ================= ================== ========== |
| 143 | Name | output file | format | parameter | | 145 Name output file format parameter |
| 144 +========================+==================+====================+============+ | 146 ========================= ================= ================== ========== |
| 145 | xcms.group | xset.group.RData | rdata.xcms.group | RData file | | 147 xcms.group xset.group.RData rdata.xcms.group RData file |
| 146 +------------------------+------------------+--------------------+------------+ | 148 ========================= ================= ================== ========== |
| 147 | 149 |
| 148 | 150 |
| 149 **Downstream tools** | 151 **Downstream tools** |
| 150 | 152 |
| 151 +---------------------------+------------------+-----------------------+ | 153 +---------------------------+------------------+-----------------------+ |
| 154 |CAMERA.annotate | xset.retcor.RData| rdata.xcms.fillpeaks | | 156 |CAMERA.annotate | xset.retcor.RData| rdata.xcms.fillpeaks | |
| 155 +---------------------------+------------------+-----------------------+ | 157 +---------------------------+------------------+-----------------------+ |
| 156 |xcms.summary | xset.retcor.RData| rdata.xcms.fillpeaks | | 158 |xcms.summary | xset.retcor.RData| rdata.xcms.fillpeaks | |
| 157 +---------------------------+------------------+-----------------------+ | 159 +---------------------------+------------------+-----------------------+ |
| 158 | 160 |
| 161 The output file **xset.fillpeaks** is a RData file. You can continue your analysis using it in **CAMERA.annotate** or **xcms.summary** tool as a following step of your workflow. | |
| 162 | |
| 163 | |
| 159 **General schema of the metabolomic workflow** | 164 **General schema of the metabolomic workflow** |
| 160 | 165 |
| 161 .. image:: xcms_fillpeaks_workflow.png | 166 .. image:: xcms_fillpeaks_workflow.png |
| 162 | 167 |
| 163 --------------------------------------------------- | 168 |
| 164 | 169 |
| 165 ----------- | 170 ----------- |
| 166 Input files | 171 Input files |
| 167 ----------- | 172 ----------- |
| 168 | 173 |
| 188 | 193 |
| 189 **MSW** | 194 **MSW** |
| 190 | 195 |
| 191 | "MSW" is used for peaklists without retention-time information like those from direct-infusion spectra. | 196 | "MSW" is used for peaklists without retention-time information like those from direct-infusion spectra. |
| 192 | 197 |
| 193 @HELP_GET_PEAK_LIST@ | 198 |
| 199 Get a Peak List | |
| 200 --------------- | |
| 201 | |
| 202 If 'true', the module generates two additional files corresponding to the peak list: | |
| 203 - the variable metadata file (corresponding to information about extracted ions such as mass or retention time) | |
| 204 - the data matrix (corresponding to related intensities) | |
| 205 | |
| 206 **decimal places for [mass or retention time] values in identifiers** | |
| 207 | |
| 208 | Ions' identifiers are constructed as MxxxTyyy where 'xxx' is the ion median mass and 'yyy' the ion median retention time. | |
| 209 | Two parameters are used to adjust the number of decimal places wanted in identifiers for mass and retention time respectively. | |
| 210 | Theses parameters do not affect decimal places in columns other than the identifier one. | |
| 211 | |
| 212 **Reported intensity values** | |
| 213 | |
| 214 | This parameter determines which values should be reported as intensities in the dataMatrix table; it correspond to xcms 'intval' parameter: | |
| 215 | - into: integrated area of original (raw) peak | |
| 216 | - maxo: maximum intensity of original (raw) peak | |
| 217 | - intb: baseline corrected integrated peak area (only available if peak detection was done by ‘findPeaks.centWave’) | |
| 194 | 218 |
| 195 ------------ | 219 ------------ |
| 196 Output files | 220 Output files |
| 197 ------------ | 221 ------------ |
| 198 | 222 |
| 199 xset.fillPeaks.RData : rdata.xcms.fillpeaks format | 223 xset.fillPeaks.RData : rdata.xcms.fillpeaks format |
| 200 | 224 |
| 201 | Rdata file that will be used in the **CAMERA.annotate** or **xcms.summary** step of the workflow. | 225 | Rdata file that will be used in the **CAMERA.annotate** or **xcms.summary** step of the workflow. |
| 202 | 226 |
| 203 @HELP_GET_PEAK_LIST_OUTPUTS@ | 227 xset.variableMetadata.tsv : tabular format |
| 228 | |
| 229 | Table containing information about ions; can be used as one input of **Quality_Metrics** or **Generic_filter** modules. | |
| 230 | |
| 231 xset.dataMatrix.tsv : tabular format | |
| 232 | |
| 233 | Table containing ions' intensities; can be used as one input of **Quality_Metrics** or **Generic_filter** modules. | |
| 234 | |
| 235 ------ | |
| 236 | |
| 237 .. class:: infomark | |
| 238 | |
| 239 The output file is a xset.fillPeaks.RData file. You can continue your analysis using it in **CAMERA.annotate** or **xcms.summary** tool. | |
| 204 | 240 |
| 205 | 241 |
| 206 --------------------------------------------------- | 242 --------------------------------------------------- |
| 207 | 243 |
| 208 --------------- | 244 --------------- |
| 215 | RData file -> **xset.retcor.RData** | 251 | RData file -> **xset.retcor.RData** |
| 216 | 252 |
| 217 Parameters | 253 Parameters |
| 218 ---------- | 254 ---------- |
| 219 | 255 |
| 220 | **method**: chrom | 256 | method -> **chrom** |
| 257 | Get a Peak List -> **false** | |
| 258 | |
| 259 | |
| 260 Output files | |
| 261 ------------ | |
| 262 | |
| 263 | **xset.fillPeaks.RData: RData file** | |
| 221 | 264 |
| 222 | 265 |
| 223 --------------------------------------------------- | 266 --------------------------------------------------- |
| 224 | 267 |
| 225 Changelog/News | 268 Changelog/News |
| 226 -------------- | 269 -------------- |
| 227 | 270 |
| 271 **Version 2.1.1 - 29/11/2017** | |
| 272 | |
| 273 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C | |
| 274 | |
| 228 **Version 2.1.0 - 07/02/2017** | 275 **Version 2.1.0 - 07/02/2017** |
| 229 | 276 |
| 230 - IMPROVEMENT: change the management of the peaklist ids. The main ids remain the same as xcms generated. The export setiings now only add custom names in the variableMetadata tab (namecustom) | 277 - IMPROVEMENT: change the management of the peaklist ids. The main ids remain the same as xcms generated. The export setiings now only add custom names in the variableMetadata tab (namecustom) |
| 231 | 278 |
| 232 - IMPROVEMENT: xcms.fillpeaks can deal with merged individual data | 279 - IMPROVEMENT: xcms.fillpeaks can deal with merged individual data |
