annotate NmrNormalization_xml.xml @ 0:a5e6499f1b4d draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
author marie-tremblay-metatoul
date Tue, 22 Nov 2016 06:42:44 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
1 <tool id="spectral_normalization" name="Spectral Normalization" version="1.0.2">
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
2
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
3 <description> Normalization of (preprocessed) spectra </description>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
4
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
5 <requirements>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
6 <requirement type="package" version="1.1_4">r-batch</requirement>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
7 </requirements>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
8
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
9 <stdio>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
10 <exit_code range="1:" level="fatal" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
11 </stdio>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
12
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
13 <command>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
14 Rscript $__tool_directory__/NmrNormalization_wrapper.R
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
15
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
16 ## Data matrix of bucketed and integrated spectra
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
17 dataMatrix $dataMatrix
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
18
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
19 ## Normalization method
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
20 scalingMethod $scalingMethod.method
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
21 #if $scalingMethod.method == "PQN":
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
22 ## Sample metadata matrix
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
23 sampleMetadata $scalingMethod.sampleMetadata
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
24
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
25 ## Biological factor of interest (column number in samplemetadata)
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
26 factor $scalingMethod.factor
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
27
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
28 ## Reference class
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
29 controlGroup $scalingMethod.controlGroup
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
30 #end if
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
31 #if $scalingMethod.method == "QuantitativeVariable":
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
32 ## Sample metadata matrix
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
33 sampleMetadata $scalingMethod.sampleMetadata
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
34
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
35 ## Biological factor of interest (column number in samplemetadata)
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
36 factor $scalingMethod.factor
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
37 #end if
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
38
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
39 ## Spectra representation
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
40 graphType $graphType
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
41
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
42 ## Outputs
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
43 logOut $logOut
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
44 dataMatrixOut $dataMatrixOut
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
45 sampleMetadataOut $sampleMetadataOut
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
46 variableMetadataOut $variableMetadataOut
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
47 graphOut $graphOut
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
48
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
49
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
50 </command>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
51
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
52 <inputs>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
53 <param name="dataMatrix" type="data" label="Data matrix of spectral data" help="" format="tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
54
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
55 <conditional name="scalingMethod" >
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
56 <param name="method" label="Normalization method" type="select" help="Default method is total intensity" >
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
57 <option value="None">None normalization</option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
58 <option value="Total">Total intensity</option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
59 <option value="PQN">Probabilistic Quotient Normalization</option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
60 <option value="QuantitativeVariable">Quantitative variable</option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
61 </param>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
62 <when value="None" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
63 <when value="Total" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
64 <when value="PQN">
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
65 <param name="sampleMetadata" type="data" label="Sample metadata matrix" help="" format="tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
66 <param name="factor" label="Name of the column of the biological factor of interest (for PQN method)" type="text" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
67 <param name="controlGroup" label="Name of reference level for PQN normalization" type="text" help=""/>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
68 </when>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
69 <when value="QuantitativeVariable">
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
70 <param name="sampleMetadata" type="data" label="Sample metadata matrix" help="" format="tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
71 <param name="factor" label="Name of the column of the numerical variable for normalization (weight, osmolality, ...)" type="text" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
72 </when>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
73 </conditional>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
74
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
75 <param name="graphType" label="Spectra representation" type="select" help="Select 'None' for no representation,'Overlay' to overlay all spectra on a unique chart and 'One per individual' to generate an individual chart for each observation">
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
76 <option value="None"> none </option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
77 <option value="Overlay"> Overlay </option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
78 <option value="One_per_individual"> One_per_individual </option>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
79 </param>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
80 </inputs>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
81
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
82
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
83 <outputs>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
84 <data format="txt" name="logOut" label="${tool.name}_log" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
85 <data format="tabular" name="sampleMetadataOut" label="${tool.name}_sampleMetadata" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
86 <data format="tabular" name="variableMetadataOut" label="${tool.name}_variableMetadata" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
87 <data format="tabular" name="dataMatrixOut" label="${tool.name}_dataMatrix" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
88 <data format="pdf" name="graphOut" label="${tool.name}_spectra" >
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
89 <filter> graphType != "None" </filter>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
90 </data>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
91 </outputs>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
92
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
93 <tests>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
94 <test>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
95 <param name="dataMatrix" value="MTBLS1_bucketedData.tabular" ftype="tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
96 <param name="scalingMethod|method" value="Total" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
97 <param name="graphType" value="Overlay" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
98 <output name="dataMatrixOut" file="MTBLS1_bucketedData_normalized.tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
99 <output name="sampleMetadataOut" file="MTBLS1_sampleMetadata_normalized.tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
100 <output name="variableMetadataOut" file="MTBLS1_variableMetadata_normalized.tabular" />
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
101 </test>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
102 </tests>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
103
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
104 <help>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
105
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
106 .. class:: infomark
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
107
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
108 **Authors** Marie Tremblay-Franco (marie.tremblay-franco@toulouse.inra.fr) and Marion Landi (marion.landi@clermont.inra.fr)
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
109 MetaboHUB: The French National Infrastructure for Metabolomics and Fluxomics (http://www.metabohub.fr/en)
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
110
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
111 ---------------------------------------------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
112
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
113 .. class:: infomark
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
114
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
115 **Please cite**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
116
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
117 F. Dieterle, A. Ross, G. Schlotterbeck, and H. Senn (2006). Probabilistic Quotient Normalization as Robust Method to Account for Dilution of Complex Biological Mixtures. Application in 1H NMR Metabonomics.
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
118 Analytical Chemistry 78(13): 4281-4290.
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
119
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
120 ---------------------------------------------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
121
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
122 ======================
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
123 Spectral Normalization
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
124 ======================
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
125
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
126 -----------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
127 Description
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
128 -----------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
129
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
130 Normalization (operation applied on each (preprocessed) individual spectrum) of spectral data
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
131
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
132 -----------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
133 Workflow position
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
134 -----------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
135
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
136 **Upstream tools**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
137
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
138 +----------------------+------------------------------------+---------+-------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
139 | Name | output file | format | parameter |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
140 +======================+====================================+=========+=============+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
141 | NMR_Bucketing | Normalization_bucketedData.tsv | tabular | Ions Matrix |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
142 +----------------------+------------------------------------+---------+-------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
143
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
144
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
145
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
146
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
147 **Downstream tools**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
148
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
149 +---------------------------+----------------------+--------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
150 | Name | Output file | Format |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
151 +===========================+======================+========+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
152 |Univariate | variableMetadata.tsv | Tabular|
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
153 +---------------------------+----------------------+--------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
154 |Multivariate | sampleMetadata.tsv | Tabular|
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
155 +---------------------------+----------------------+--------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
156 | | variableMetadata.tsv | Tabular|
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
157 +---------------------------+----------------------+--------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
158
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
159
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
160 -----------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
161 Input files
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
162 -----------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
163
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
164 +---------------------------+------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
165 | Parameter : num + label | Format |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
166 +===========================+============+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
167 | DataMatrix | Tabular |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
168 +---------------------------+------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
169
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
170 **DataMAtrix**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
171
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
172 | variable x sample dataMatrix tabular separated file containing (preprocessed) spectra, with . as decimal, and NA for missing values
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
173
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
174
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
175 ----------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
176 Parameters
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
177 ----------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
178
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
179 DataMatrix
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
180 | see "Input files" section above
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
181 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
182
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
183 Normalization method
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
184 | normalization to apply on each spectrum:
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
185
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
186 +---------------------------+--------------------------------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
187 | Name | Normalization |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
188 +===========================+======================================+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
189 |None | No |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
190 +---------------------------+--------------------------------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
191 |Total | Total intensity |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
192 +---------------------------+--------------------------------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
193 |PQN | Probabilistic Quotient Normalization |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
194 +---------------------------+--------------------------------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
195 |QuantitativeVariable | Weight, osmolality, ... |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
196 +---------------------------+--------------------------------------+
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
197
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
198
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
199 sampleMetadata
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
200 | sample x metadata **sample** tabular separated file of the numeric and/or character sample metadata, with . as decimal and NA for missing values
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
201 | Mandatory for "PQN" or "Quantitative" normalization method
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
202 | The row names must be identical to the column names of the dataMatrix file
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
203 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
204
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
205
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
206 Spectra representation:
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
207 | Graphical chart of bucketed and integrated raw files
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
208 | If "Overlay": the n (sample number) spectra are overlaid on the same figure
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
209 | If "One_per_individual": pdf file includes n pages (1 per sample)
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
210 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
211
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
212
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
213 ------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
214 Output files
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
215 ------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
216
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
217
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
218 dataMatrix.tsv
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
219 | tabular output
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
220 | Data matrix with p rows (buckets) and n columns (samples) containing the intensities
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
221 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
222
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
223 sampleMetadata.tsv
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
224 | tabular output
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
225 | sampleMetadata file identical to the file given as argument if "PQN" or "Quantitative" normalization method; file with n rows (samples) and 2 columns containing sample identifier (rownames) and sample order if "None" or "Total" normalization methof
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
226 | Mandatory file in the statistical analysis step of the workflow
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
227 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
228
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
229 variableMetadata.tsv
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
230 | tabular output
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
231 | file with p rows (buckets) and 2 columns containing variable identifier (rownames) and bucket order. Can add columns with numeric and/or character variable metadata.
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
232 | Mandatory file in the statistical analysis step of the workflow
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
233 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
234
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
235 spectra.pdf
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
236 | pdf output
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
237 | Graphical chart of bucketed and integrated data
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
238 |
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
239
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
240
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
241 ---------------------------------------------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
242
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
243 ---------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
244 Working example
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
245 ---------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
246
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
247
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
248 .. class:: warningmark
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
249
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
250 Under construction
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
251
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
252 .. image:: ./static/images/Mth_Travaux.png
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
253 :width: 100
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
254
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
255
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
256 ---------------------------------------------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
257
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
258 --------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
259 Changelog/News
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
260 --------------
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
261
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
262 **Version 1.0.2 - 22/10/2016**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
263
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
264 - NEW: this tool was previously named NMR Normalization. It had been generalize to deal with all kind of spectral data
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
265
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
266 **Version 1.0.1 - 14/04/2016**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
267
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
268 - TEST: refactoring to pass planemo test using conda dependencies
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
269
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
270
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
271 **Version 2015-01-28 - 28/01/2015**
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
272
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
273 </help>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
274 <citations>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
275 <citation type="doi">10.1093/bioinformatics/btu813</citation>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
276 </citations>
a5e6499f1b4d planemo upload for repository https://github.com/workflow4metabolomics/spectral_normalization commit 559844c168f0450b9657346ba890d9c028d7537a
marie-tremblay-metatoul
parents:
diff changeset
277 </tool>