0
|
1 <tool id="ks_distribution" name="KsDistribution" version="1.0.0">
|
|
2 <description>plots the distribution of synonymous substitution (Ks) rates and fits significant componets(s)</description>
|
|
3 <macros>
|
|
4 <import>macros.xml</import>
|
|
5 </macros>
|
|
6 <expand macro="requirements_ks_distribution" />
|
|
7 <expand macro="stdio" />
|
|
8 <command>
|
|
9 <![CDATA[
|
|
10 Rscript $__tool_directory__/ks_distribution.R
|
|
11 -k '${kaks}'
|
|
12 -c '${components}'
|
|
13 -o '$output'
|
|
14 ]]>
|
|
15 </command>
|
|
16 <inputs>
|
|
17 <param name="rates" format="tabular" type="data" label="Synonymous substitution rates" />
|
|
18 <param name="components" format="tabular" type="data" label="Significant components" />
|
|
19 </inputs>
|
|
20 <outputs>
|
|
21 <data name="output" format="pdf"/>
|
|
22 </outputs>
|
|
23 <tests>
|
|
24 <test>
|
|
25 <param name="rates" value="rates.tabular" ftype="tabular" />
|
|
26 <param name="components" value="components.tabular" ftype="tabular" />
|
|
27 <output name="output" file="output.pdf" ftype="pdf" compare="contains" />
|
|
28 </test>
|
|
29 </tests>
|
|
30 <help>
|
|
31 **What it does**
|
|
32
|
|
33 This tool is one of the PlantTribes collection of automated modular analysis pipelines for comparative and evolutionary analyses of
|
|
34 genome-scale gene families and transcriptomes. This tool uses the analysis results produced by the KaKsAnalysis tool to plot the
|
|
35 distribution of synonymous substitution (Ks) rates and fit the estimated significant normal mixtures component(s) onto the distribution.
|
|
36
|
|
37 -----
|
|
38
|
|
39 **Options**
|
|
40
|
1
|
41 * **Synonymous substitution rates** - estimated synonymous substitution (Ks) rates output file produced by the KaKsAnalysis tool selected from your history.
|
|
42 * **Synonymous components** - estimated significant component(s) output file produced by the KaKsAnalysis tool selected from your history.
|
0
|
43 </help>
|
|
44 <citations>
|
|
45 <expand macro="citation1" />
|
|
46 <citation type="bibtex">
|
|
47 @article{Wall2008,
|
|
48 journal = {Nucleic Acids Research},
|
|
49 author = {2. Wall PK, Leebens-Mack J, Muller KF, Field D, Altman NS},
|
|
50 title = {PlantTribes: a gene and gene family resource for comparative genomics in plants},
|
|
51 year = {2008},
|
|
52 volume = {36},
|
|
53 number = {suppl 1},
|
|
54 pages = {D970-D976},}
|
|
55 </citation>
|
|
56 <citation type="bibtex">
|
|
57 @article{Altschul1990,
|
|
58 journal = {Journal of molecular biology}
|
|
59 author = {3. Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ},
|
|
60 title = {Basic local alignment search tool},
|
|
61 year = {1990},
|
|
62 volume = {215},
|
|
63 number = {3},
|
|
64 pages = {403-410},}
|
|
65 </citation>
|
|
66 <citation type="bibtex">
|
|
67 @article{Katoh2013,
|
|
68 journal = {Molecular biology and evolution},
|
|
69 author = {4. Katoh K, Standley DM},
|
|
70 title = {MAFFT multiple sequence alignment software version 7: improvements in performance and usability},
|
|
71 year = {2013},
|
|
72 volume = {30},
|
|
73 number = {4},
|
|
74 pages = {772-780},}
|
|
75 </citation>
|
|
76 <citation type="bibtex">
|
|
77 @article{Yang2007,
|
|
78 journal = {Molecular biology and evolution},
|
|
79 author = {5. Yang Z},
|
|
80 title = {PAML 4: phylogenetic analysis by maximum likelihood},
|
|
81 year = {2007},
|
|
82 volume = {24},
|
|
83 number = {8},
|
|
84 pages = {1586-1591},}
|
|
85 </citation>
|
|
86 <citation type="bibtex">
|
|
87 @article{Cui2006,
|
|
88 journal = {Genome Research},
|
|
89 author = {6. Cui L, Wall PK, Leebens-Mack JH, Lindsay BG, Soltis DE, Doyle JJ, Soltis PS, Carlson JE, Arumuganathan K, Barakat A, Albert VA},
|
|
90 title = {Widespread genome duplications throughout the history of flowering plants},
|
|
91 year = {2006},
|
|
92 volume = {16},
|
|
93 number = {6},
|
|
94 pages = {738-749},}
|
|
95 </citation>
|
|
96 <citation type="bibtex">
|
|
97 @article{McLachlan1999,
|
|
98 journal = {Journal of Statistical Software},
|
|
99 author = {7. McLachlan GJ, Peel D, Basford KE, Adams P},
|
|
100 title = {The EMMIX software for the fitting of mixtures of normal and t-components},
|
|
101 year = {1999},
|
|
102 volume = {4},
|
|
103 number = {2},
|
|
104 pages = {1-14},}
|
|
105 </citation>
|
|
106 </citations>
|
|
107 </tool>
|
|
108
|