comparison hyphy_relax.xml @ 5:7827dfb71693 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 8d5ae1d04c43988fdcc458f4f08376a15e72db8e"
author iuc
date Thu, 20 Feb 2020 18:16:06 -0500
parents 134d46bd47dd
children ea64cc9a06e4
comparison
equal deleted inserted replaced
4:6dd3c73bd80a 5:7827dfb71693
22 > '$relax_log' 22 > '$relax_log'
23 ]]></command> 23 ]]></command>
24 <inputs> 24 <inputs>
25 <expand macro="inputs"/> 25 <expand macro="inputs"/>
26 <expand macro="gencode"/> 26 <expand macro="gencode"/>
27 <param name="analysisType" type="select" label="Analysis Type"> 27 <param argument="--model" name="analysisType" type="select" label="Analysis Type" >
28 <option value="All">All</option> 28 <option value="All">All</option>
29 <option value="Minimal">Minimal</option> 29 <option value="Minimal">Minimal</option>
30 </param> 30 </param>
31 <param name="treeAnnotations" type="select" label="Tree Annotations"> 31 <param name="treeAnnotations" type="select" label="Tree Annotations" help = "Is there one or two sets of annotated branches in the Newick file?">
32 <option value="1">TEST only</option> 32 <option value="1">TEST only</option>
33 <option value="2">TEST and REFERENCE</option> 33 <option value="2">TEST and REFERENCE</option>
34 </param> 34 </param>
35 </inputs> 35 </inputs>
36 <outputs> 36 <outputs>
43 <param name="input_nhx" ftype="nhx" value="relax-in1.nhx"/> 43 <param name="input_nhx" ftype="nhx" value="relax-in1.nhx"/>
44 <output name="relax_output" file="relax-out1.json" compare="sim_size"/> 44 <output name="relax_output" file="relax-out1.json" compare="sim_size"/>
45 </test> 45 </test>
46 </tests> 46 </tests>
47 <help><![CDATA[ 47 <help><![CDATA[
48 RELAX is a hypothesis testing framework that asks whether the strength of natural selection has been relaxed or intensified along a specified set of test branches. RELAX is therefore not a suitable method for explicitly testing for positive selection. Instead, RELAX is most useful for identifying trends and/or shifts in the stringency of natural selection on a given gene. 48 RELAX: a test for selection differences
49 =======================================
49 50
50 See the online documentation_ for more information. 51 What question does this method answer?
52 --------------------------------------
51 53
52 .. _documentation: http://hyphy.org/methods/selection-methods/#relax 54 Is there ev- idence the strength of selection has been relaxed (or conversely intensified) on a specified group of lineages (TEST)
55 relative to a set of reference lineages (RELAX)? Importantly, RELAX is not designed to detect diversifying selection specifically.
56 We note that the RELAX framework can perform both this specific hypothesis test as well as fit a suite of descriptive models which address,
57 or example, overall rate differences between test and reference branches or lineage-specific inferences of selection relaxation.
58
59 Recommended Applications
60 ------------------------
61
62 1. Testing for a systematic shift (relaxation / intensification) in the distribution of selection pressure associated with major biological transitions such as hosting switching in viruses, lifestyle evolution in bacteria (i.e. transition from free-living to endosymbiotic lifestyle
63 2. Comparing selective regimes between two subsets of branches in the tree, e.g. to investigate selective differences due an environmental/phenotypic changes.
64
65
66 Brief description
67 -----------------
68
69 RELAX (a random effects test of selection relaxation) uses a random
70 effects branch-site model framework to test whether a set of 'Test'
71 branches evolves under relaxed selection relative to a set of
72 'Reference' branches (R), as measured by the relaxation parameter (K).
73
74 Input
75 -----
76
77 1. A *FASTA* sequence alignment.
78 2. A phylogenetic tree in the *Newick* format that is further partitioned into one or two groups (_TEST_ or _TEST_ and _REFERENCE_). See http://hyphy.org/tutorials/phylotree/
79
80 Note: the names of sequences in the alignment must match the names of the sequences in the tree.
81
82
83 Output
84 ------
85
86 A JSON file with analysis results (http://hyphy.org/resources/json-fields.pdf).
87
88 A custom visualization module for viewing these results is available (see http://vision.hyphy.org/RELAX for an example)
89
90 Further reading
91 ---------------
92
93 http://hyphy.org/methods/selection-methods/#RELAX
94
95
96 Tool options
97 ------------
98 ::
99
100
101 --code Which genetic code to use
102
103 --model Which type of test to run
104 All : fit 4 different models [default]
105 Minimal: only perform a 2-model test of relaxation/intensification [faster]
106
107
53 ]]></help> 108 ]]></help>
54 <expand macro="citations"> 109 <expand macro="citations">
55 <citation type="doi">10.1093/molbev/msu400</citation> 110 <citation type="doi">10.1093/molbev/msu400</citation>
56 </expand> 111 </expand>
57 </tool> 112 </tool>