annotate biosigner_config.xml @ 3:fa80bd02055f draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit 23d58cfd97411ad5d272971896914ce99e30b0ab
author ethevenot
date Tue, 06 Jun 2017 11:44:00 -0400
parents b2414be87d4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
fa80bd02055f planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit 23d58cfd97411ad5d272971896914ce99e30b0ab
ethevenot
parents: 2
diff changeset
1 <tool id="biosigner" name="Biosigner" version="2.2.7">
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
2 <description>Molecular signature discovery from omics data</description>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
3
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
4 <requirements>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
5 <requirement type="package">r-batch</requirement>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
6 <requirement type="package">bioconductor-biosigner</requirement>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
7 </requirements>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
8
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
9 <stdio>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
10 <exit_code range="1:" level="fatal" />
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
11 </stdio>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
12
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
13 <command><![CDATA[
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
14 Rscript $__tool_directory__/biosigner_wrapper.R
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
15
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
16 dataMatrix_in "$dataMatrix_in"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
17 sampleMetadata_in "$sampleMetadata_in"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
18 variableMetadata_in "$variableMetadata_in"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
19
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
20 respC "$respC"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
21
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
22 #if $advCpt.opcC == "full"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
23 methodC "$advCpt.methodC"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
24 bootI "$advCpt.bootI"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
25 tierC "$advCpt.tierC"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
26 pvalN "$advCpt.pvalN"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
27 seedI "$advCpt.seedI"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
28 #end if
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
29
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
30 variableMetadata_out "$variableMetadata_out"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
31 figure_tier "$figure_tier"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
32 figure_boxplot "$figure_boxplot"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
33 information "$information"
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
34 ]]></command>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
35
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
36 <inputs>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
37 <param name="dataMatrix_in" label="Data matrix file" type="data" format="tabular" help="variable x sample, decimal: '.', missing: NA, mode: numerical, sep: tabular" />
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
38 <param name="sampleMetadata_in" label="Sample metadata file" type="data" format="tabular" help="sample x metadata, decimal: '.', missing: NA, mode: character and numerical, sep: tabular" />
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
39 <param name="variableMetadata_in" label="Variable metadata file" type="data" format="tabular" help="variable x metadata, decimal: '.', missing: NA, mode: character and numerical, sep: tabular" />
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
40 <param name="respC" label="Sample classes" type="text" value = "" help="Column of sampleMetadata containing 2 types of strings (e.g., 'case' and 'control')" />
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
41
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
42 <conditional name="advCpt">
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
43 <param name="opcC" type="select" label="Advanced computational parameters" >
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
44 <option value="default" selected="true">Use default</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
45 <option value="full">Full parameter list</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
46 </param>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
47 <when value="default"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
48 <when value="full">
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
49 <param name="methodC" label="Classification method(s)" type="select" help="">
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
50 <option value="all" selected="true">all</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
51 <option value="plsda">PLS-DA</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
52 <option value="randomforest">Random Forest</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
53 <option value="svm">SVM</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
54 </param>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
55 <param name="bootI" type="integer" value="50" label="Number of bootstraps" help=""/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
56 <param name="tierC" label="Selection tier(s)" type="select" help="">
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
57 <option value="S" selected="true">S</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
58 <option value="A">S+A</option>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
59 </param>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
60 <param name="pvalN" type="float" value="0.05" label="p-value threshold" help="Must be between 0 and 1"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
61 <param name="seedI" type="integer" value="0" label="Seed" help="Select an integer (e.g., 123) if you want to obtain exactly the same signatures when re-running the algorithm; 0 means that no seed is selected"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
62 </when>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
63 </conditional>
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
64 </inputs>
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
65
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
66 <outputs>
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
67 <data name="variableMetadata_out" label="${tool.name}_${variableMetadata_in.name}" format="tabular" ></data>
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
68 <data name="figure_tier" label="${tool.name}__figure-tier.pdf" format="pdf"/>
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
69 <data name="figure_boxplot" label="${tool.name}__figure-boxplot.pdf" format="pdf"/>
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
70 <data name="information" label="${tool.name}__information.txt" format="txt"/>
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
71 </outputs>
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
72
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
73 <tests>
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
74 <test>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
75 <param name="dataMatrix_in" value="dataMatrix.tsv"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
76 <param name="sampleMetadata_in" value="sampleMetadata.tsv"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
77 <param name="variableMetadata_in" value="variableMetadata.tsv"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
78 <param name="respC" value="gender"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
79 <param name="opcC" value="full"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
80 <param name="methodC" value="all"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
81 <param name="bootI" value="5"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
82 <param name="tierC" value="S"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
83 <param name="pvalN" value="0.05"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
84 <param name="seedI" value="123"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
85 <output name="variableMetadata_out" file="variableMetadata.out"/>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
86 </test>
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
87 </tests>
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
88
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
89 <help>
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
90
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
91 .. class:: infomark
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
92
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
93 **Author** Philippe Rinaudo and Etienne Thevenot (CEA, LIST, MetaboHUB Paris, etienne.thevenot@cea.fr)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
94
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
95 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
96
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
97 .. class:: infomark
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
98
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
99 **Please cite**
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
100
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
101 Rinaudo P., Boudah S., Junot C. and Thevenot E.A. (2016). *biosigner*: a new method for the discovery of significant molecular signatures from omics data. *Frontiers in Molecular Biosciences*, **3** (http://dx.doi.org/10.3389/fmolb.2016.00026).
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
102
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
103 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
104
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
105 .. class:: infomark
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
106
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
107 **R package**
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
108
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
109 The *biosigner* package is available from the bioconductor repository (http://bioconductor.org/packages/biosigner).
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
110
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
111 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
112
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
113 .. class:: infomark
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
114
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
115 **Tool updates**
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
116
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
117 See the **NEWS** section at the bottom of this page
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
118
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
119 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
120
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
121 ==========================================================
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
122 *biosigner*: Molecular signature discovery from omics data
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
123 ==========================================================
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
124
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
125 -----------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
126 Description
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
127 -----------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
128
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
129 High-throughput, non-targeted, technologies such as transcriptomics, proteomics and metabolomics, are widely used to **discover molecules** which allow to efficiently discriminate between biological or clinical conditions of interest (e.g., disease vs control states). Powerful **machine learning** approaches such as Partial Least Square Discriminant Analysis (PLS-DA), Random Forest (RF) and Support Vector Machines (SVM) have been shown to achieve high levels of prediction accuracy.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
130
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
131 **Feature selection**, i.e., the selection of the few features (i.e., the molecular signature) which are of highest discriminating value, is a critical step in building a robust and relevant classifier (Guyon and Elisseeff, 2003): First, dimension reduction is usefull to limit the risk of overfitting and reduce the prediction variability of the model; second, intrepretation of the molecular signature is facilitated; third, in case of the development of diagnostic product, a restricted list is required for the subsequent validation steps (Rifai et al, 2006).
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
132
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
133 Since the comprehensive analysis of all combinations of features is not computationally tractable, several selection techniques have been described (Saeys et al, 2007). The major challenge for such methods is to be fast and extract **restricted and stable molecular signatures** which still provide high performance of the classifier (Gromski et al, 2014; Determan, 2015).
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
134
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
135 The **biosigner** module implements a new feature selection algorithm to assess the relevance of the variables for the prediction performances of the classifier (Rinaudo et al, submitted). Three binary classifiers can be run in parallel, namely **PLS-DA**, **Random Forest** and **SVM**, as the performances of each machine learning approach may vary depending on the structure of the dataset. The algorithm computes the *tier* of each feature for the selected classifer(s): tier *S* corresponds to the final signature, i.e., features which have been found significant in all the selection steps; features with tier *A* have been found significant in all but the last selection, and so on for tier *B* to *E*. It returns the **signature** (by default from the *S* tier) for each of the selected classifier as an additional column of the **variableMetadata** table. In addition the *tiers* and **individual boxplots** of the selected features are returned.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
136
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
137 The module has been successfully applied to **transcriptomics** and **metabolomics** data.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
138
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
139 Note:
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
140 | 1) Only **binary** classification is currently available,
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
141 | 2) If the **dataMatrix** contains **missing** values (NA), these features will be removed prior to modeling with Random Forest and SVM (in contrast, the NIPALS algorithm from PLS-DA can handle missing values),
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
142 | 3) As the algorithm relies on bootstrapping, re-running the module may result in slightly different results. To ensure that returned results are exactly the same, the **seed** (advanced) parameter can be used.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
143 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
144
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
145
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
146 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
147
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
148 .. class:: infomark
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
149
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
150 **References**
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
151
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
152 | Determan C. (2015). Optimal algorithm for metabolomics classification and feature selection varies by dataset. International *Journal of Biology* 7, 100-115.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
153 | Gromski P.S., Xu Y., Correa E., Ellis D.I., Turner M.L. and Goodacre R. (2014). A comparative investigation of modern feature selection and classification approaches for the analysis of mass spectrometry data . *Analytica Chimica Acta* 829, 1-8.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
154 | Guyon I. and Elisseeff A. (2003). An introduction to variable and feature selection. *Journal of Machine Learning Research* 3, 1157-1182.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
155 | Rifai N., Gillette M.A. and Carr S.A. (2006). Protein biomarker discovery and validation: the long and uncertain path to clinical utility. *Nature Biotechnology* 24, 971-983.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
156 | Rinaudo P., Junot C. and Thevenot E.A. *biosigner*: A new method for the discovery of restricted and stable molecular signatures from omics data. *submitted*.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
157 | Saeys Y., Inza I. and Larranaga P. (2007). A review of feature selection techniques in bioinformatics. *Bioinformatics* 23, 2507-2517.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
158
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
159 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
160
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
161 -----------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
162 Workflow position
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
163 -----------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
164
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
165 .. image:: biosigner_workflowPositionImage.png
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
166 :width: 600
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
167
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
168 -----------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
169 Input files
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
170 -----------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
171
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
172 +---------------------------+------------+
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
173 | File | Format |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
174 +===========================+============+
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
175 | 1) Data matrix | tabular |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
176 +---------------------------+------------+
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
177 | 2) Sample metadata | tabular |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
178 +---------------------------+------------+
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
179 | 3) Variable metadata | tabular |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
180 +---------------------------+------------+
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
181
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
182
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
183 ----------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
184 Parameters
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
185 ----------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
186
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
187 Data matrix file
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
188 | variable x sample **dataMatrix** tabular separated file of the numeric intensities, with . as decimal, and NA for missing values; use the **Check Format** tool in the **LC-MS/Quality Control** section to check the formats of your **dataMatrix**, **sampleMetadata** and **variableMetadata** files
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
189 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
190
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
191 Sample metadata file
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
192 | sample x metadata **sampleMetadata** tabular separated file of the numeric and/or character sample metadata, with . as decimal and NA for missing values; use the **Check Format** tool in the **LC-MS/Quality Control** section to check the formats of your **dataMatrix**, **sampleMetadata** and **variableMetadata** files
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
193 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
194
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
195 Variable metadata file
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
196 | variable x metadata **variableMetadata** tabular separated file of the numeric and/or character variable metadata, with . as decimal and NA for missing values; use the **Check Format** tool in the **LC-MS/Quality Control** section to check the formats of your **dataMatrix**, **sampleMetadata** and **variableMetadata** files
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
197 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
198
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
199 Classes of samples
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
200 | Column of the sample metadata table to be used as the qualitative **binary** response to be modelled; the column should contain only two types of strings (e.g., 'case' and 'control')
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
201 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
202
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
203 Advanced: Classification method(s) (default = all)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
204 | Either one or all of the following classifiers: Partial Least Squares Discriminant Analysis (PLS-DA), or Random Forest, or Support Vector Machine (SVM)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
205 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
206
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
207 Advanced: Number of bootstraps (default = 50)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
208 | This parameter controls the number of times the model performance is compared to the prediction on a test subset where the intensities of the candidate feature have been randomly permuted.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
209 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
210
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
211 Advanced: Selection tier(s) (default = S)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
212 | Tier *S* corresponds to the final signature, i.e., features which have been found significant in all the backward selection steps; features with tier *A* have been found significant in all but the last selection, and so on for tier *B* to *E*. Default selection tier is *S*, meaning that the final signature only is returned; to view a larger number of candidate features, the *S+A* tiers can be selected.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
213 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
214
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
215 Advanced: p-value threshold (default = 0.05)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
216 | This threshold controls the selection of the features at each selection round (tier): to be selected, the proportion of times the prediction on the test set with the randomized intensities of the feature is more accurate than on the original test set must be inferior to this threshold. For example, if the number of bootstraps is 50, no more than 2 out of the 50 predictions on the randomized test set must not be more accurate than on the original test set (since 1/50 = 0.02).
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
217
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
218 Advanced: Seed (default = 0)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
219 | As the algorithm relies on resampling (bootstrap), re-running the module may result in slightly different signatures. To ensure that returned results are exactly the same, the **seed** parameter (integer) can be used; the default, 0, means that no seed is used.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
220 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
221
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
222 ------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
223 Output files
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
224 ------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
225
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
226 variableMetadata_out.tabular
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
227 | When a least one feature has been selected, a **tier** column is added indicating for each feature the classifier(s) it was selected from.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
228 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
229
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
230 figure-tier.pdf
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
231 | Graphic summarizing which features were selected, with their corresponding tier (i.e., round(s) of selection) for each classifier.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
232 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
233
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
234 figure-boxplot.pdf
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
235 | Individual boxplots of the features which were selected in at least one of the signatures. Features selected for a single classifier are colored (*red* for PLS-DA, *green* for Random Forest, and *blue* for SVM)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
236 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
237
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
238 information.txt
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
239 | Text file with all messages and warnings generated during the computation.
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
240 |
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
241
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
242 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
243
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
244 ---------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
245 Working example
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
246 ---------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
247
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
248 See the **W4M00001a_sacurine-subset-statistics** and **W4M00003_diaplasma** shared histories in the **Shared Data/Published Histories** menu (https://galaxy.workflow4metabolomics.org/history/list_published)
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
249
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
250
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
251
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
252 Figure output
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
253 =============
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
254
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
255 .. image:: biosigner_workingExampleImage.png
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
256 :width: 600
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
257
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
258 ---------------------------------------------------
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
259
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
260 ----
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
261 NEWS
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
262 ----
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
263
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
264 CHANGES IN VERSION 2.2.6
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
265 ========================
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
266
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
267 INTERNAL MODIFICATIONS
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
268
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
269 Minor internal modifications
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
270
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
271 CHANGES IN VERSION 2.2.4
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
272 ========================
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
273
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
274 INTERNAL MODIFICATIONS
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
275
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
276 Creating additional files for planemo and travis running and installation validation
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
277
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
278 CHANGES IN VERSION 2.2.2
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
279 ========================
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
280
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
281 INTERNAL MODIFICATIONS
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
282
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
283 Internal updates to biosigner package versions of 1.0.0 and above, and ropls versions of 1.4.0 and above (i.e. using S4 methods instead of S3)
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
284
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
285 CHANGES IN VERSION 2.2.1
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
286 ========================
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
287
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
288 NEW FEATURE
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
289
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
290 Creation of the tool
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
291
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
292 </help>
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
293
2
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
294 <citations>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
295 <citation type="bibtex">@Article{Rinaudo2016,
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
296 Title = {biosigner: a new method for the discovery of significant molecular signatures from omics data},
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
297 Author = {Rinaudo, Philippe and Boudah, Samia and Junot, Christophe and Thevenot, Etienne A},
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
298 Journal = {Frontiers in Molecular Biosciences},
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
299 Year = {2016},
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
300 Pages = {--},
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
301 Volume = {3},
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
302 Doi = {10.3389/fmolb.2016.00026}
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
303 }</citation>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
304 <citation type="doi">10.1093/bioinformatics/btu813</citation>
b2414be87d4b planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit d85321a93588817e9e8884b90dde6331292bbe79
ethevenot
parents: 1
diff changeset
305 </citations>
0
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
306
48e4be935243 planemo upload for repository https://github.com/workflow4metabolomics/biosigner.git commit b8af709c9fd6ed283fc4e4249dcf692556927b2d
ethevenot
parents:
diff changeset
307 </tool>