annotate home/ubuntu/lefse_to_export/run_lefse.xml @ 1:db64b6287cd6 draft

Modified datatypes
author george-weingart
date Wed, 20 Aug 2014 16:56:51 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
1 <tool id="LEfSe_run" name="B) LDA Effect Size (LEfSe)" version="1.0">
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
2 <description></description>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
3 <!-- <command interpreter="python">./run_lefse.py $inp_data $output -l $lda_th -a $kw_alpha -w $w_alpha -e $w_pol -s $mtc -y $multiclass </command> -->
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
4 <command interpreter="python">run_lefse.py $inp_data $output -l $lda_th -a $kw_alpha -w $w_alpha -e $w_pol -y $multiclass -f 0.9</command>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
5 <inputs>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
6 <page>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
7 <param format="lefse_internal_for" name="inp_data" type="data" label="Select data" help=""/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
8 <param name="kw_alpha" type="float" size="2" value="0.05" label="Alpha value for the factorial Kruskal-Wallis test among classes"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
9 <param name="w_alpha" type="float" size="2" value="0.05" label="Alpha value for the pairwise Wilcoxon test between subclasses"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
10 <param name="lda_th" type="float" size="2" value="2.0" label="Threshold on the logarithmic LDA score for discriminative features"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
11 <param name="w_pol" type="select" label="Do you want the pairwise comparisons among subclasses to be performed only among the subclasses with the same name?" help="">
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
12 <option value="0" selected="0">No</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
13 <option value="1">Yes</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
14 </param>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
15 <!-- <param name="mtc" type="select" label="Set the multiple testing correction (no correction recommended) (to check the parameter passing here)" help="">
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
16 <option value="0" selected="0">No correction</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
17 <option value="1">Correction for independent comparisons</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
18 <option value="2">Correction for dependent comparisons</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
19 </param> -->
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
20 <param name="multiclass" type="select" label="Set the strategy for multi-class analysis" help="">
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
21 <option value="1" selected="True">All-against-all (more strict)</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
22 <option value="0">One-against-all (less strict)</option>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
23 </param>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
24 </page>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
25 </inputs>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
26 <outputs>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
27 <data format="lefse_internal_res" name="output" />
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
28 </outputs>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
29 <tests>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
30 <test>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
31 <param name="input1" value="13.bed" dbkey="hg18" ftype="bed"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
32 <param name="maf_source" value="cached"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
33 <param name="maf_identifier" value="17_WAY_MULTIZ_hg18"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
34 <param name="species" value="hg18,mm8"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
35 <param name="overwrite_with_gaps" value="True"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
36 <output name="out_file1" file="interval_maf_to_merged_fasta_out3.fasta" />
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
37 </test>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
38 <test>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
39 <param name="input1" value="1.bed" dbkey="hg17" ftype="bed"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
40 <param name="maf_source" value="cached"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
41 <param name="maf_identifier" value="8_WAY_MULTIZ_hg17"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
42 <param name="species" value="canFam1,hg17,mm5,panTro1,rn3"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
43 <param name="overwrite_with_gaps" value="True"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
44 <output name="out_file1" file="interval_maf_to_merged_fasta_out.dat" />
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
45 </test>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
46 <test>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
47 <param name="input1" value="1.bed" dbkey="hg17" ftype="bed"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
48 <param name="maf_source" value="user"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
49 <param name="maf_file" value="5.maf"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
50 <param name="species" value="canFam1,hg17,mm5,panTro1,rn3"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
51 <param name="overwrite_with_gaps" value="True"/>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
52 <output name="out_file1" file="interval_maf_to_merged_fasta_user_out.dat" />
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
53 </test>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
54 </tests>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
55 <help>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
56 **What it does**
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
57
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
58 Lda Effective Size (LEfSe) is a biomarker discovery and explanation tool for high-dimensional data. It couples statistical significance with biological consistency and effect size estimation. For an overview of LEfSe please refer to the "Introduction" module or to `(Segata et. al 2011)`_.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
59
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
60 The scheme and the description below illustrates how the algorithm works:
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
61
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
62 .. image:: https://bytebucket.org/biobakery/galaxy_lefse/wiki/lefse_met.png
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
63
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
64 Input data consist of a collection of m samples (columns) each made up of n numerical features (rows, typically normalized per-sample, red representing high values and green low). These samples are labeled with a class (taking two or more possible values) that represents the main biological hypothesis under investigation; they may also have one or more subclass labels reflecting within-class groupings.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
65
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
66 - Step 1: the Kruskall-Wallis test analyzes all features, testing whether the values in different classes are differentially distributed. Features violating the null hypothesis are further analyzed in Step 2.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
67
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
68 - Step 2: the pairwise Wilcoxon test checks whether all pairwise comparisons between subclasses within different classes significantly agree with the class level trend.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
69
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
70 - Step 3: the resulting subset of vectors is used to build a Linear Discriminant Analysis model from which the relative difference among classes is used to rank the features. The final output thus consists of a list of features that are discriminative with respect to the classes, consistent with the subclass grouping within classes, and ranked according to the effect size with which they differentiate classes.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
71
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
72 **Input format**
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
73
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
74 The input for this module must be generated with the **"Format Input for LEfSe"** tool.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
75
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
76 ------
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
77
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
78 **Output format**
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
79
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
80 The output consists of a tabular file listing all the features, the logarithm value of the highest mean among all the classes, and if the feature is discriminative, the class with the highest mean and the logarithmic LDA score.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
81
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
82 The output file can be conveniently visualized with the "Plot LEfSe Results" module and, if feature names define a hierarchy, with the "Plot Cladogram" module. The output can also be used for generating the histograms of the raw data of the discriminative features using the "Plot Differential Features" module.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
83
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
84 ------
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
85
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
86 **Parameters**
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
87
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
88 The input parameters are the alpha-values for the factorial Kruskal-Wallis test and for the pairwise Wilcoxon test among subclasses (steps 1 and 2 in the schematic picture above) and the non-negative threshold for the logarithmic LDA score. Moreover, the user can decide the pairwise Wilcoxon test to be applied only among subclasses in different classes with the same name (less stringent) and select the multi-class strategy to be the All-against-all (more stringent) or the One-against-all (less stringent).
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
89
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
90 .. _here: http://www.huttenhower.org/webfm_send/73
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
91 .. _(Segata et. al 2011): http://www.ncbi.nlm.nih.gov/pubmed/21702898
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
92 .. _(Garrett et. al 2010): http://www.ncbi.nlm.nih.gov/pubmed/20833380
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
93 .. _(Veiga et. al 2010): http://www.ncbi.nlm.nih.gov/pubmed/20921388
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
94 .. _contact us: nsegata@hsph.harvard.edu
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
95
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
96 **Example**
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
97
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
98 For the mouse model dataset (see the "Introduction" module) it is suggested to use alpha=0.01 as the sample size is not very large.
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
99
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
100 </help>
db64b6287cd6 Modified datatypes
george-weingart
parents:
diff changeset
101 </tool>