annotate symmetric_plot.xml @ 2:91fb94d203df draft default tip

"planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit 9767e7d8ab085c7d6323b8323d9047cb68bc0211"
author qfabrepo
date Wed, 16 Sep 2020 06:32:20 +0000
parents 680917d9d415
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
1 <tool id="symmetricPlot" name="Symmetric Plot" version="1.0.1" hidden="false" force_history_refresh="True">>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
2 <description>Symmetric Plot</description>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
3 <requirements>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
4 <requirement type="package" version="3.4.1">r-base</requirement>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
5 <requirement type="package" version="1.22.3">bioconductor-phyloseq</requirement>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
6 <requirement type="package" version="1.18.1">bioconductor-deseq2</requirement>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
7 <requirement type="package" version="1.20.0">r-getopt</requirement>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
8 <requirement type="package" version="0.6.3">r-tidyr</requirement>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
9 <requirement type="package" version="9.18">ghostscript</requirement>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
10 </requirements>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
11 <version_command><![CDATA[
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
12 echo $(R --version | grep version | grep -v GNU)", phyloseq version" $(R --vanilla --slave -e "library(phyloseq); cat(sessionInfo()\$otherPkgs\$phyloseq\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
13 ]]></version_command>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
14 <command detect_errors="exit_code"><![CDATA[
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
15 Rscript '${__tool_directory__}/symmetric_plot.r'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
16 --input.data='$input_table'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
17 --meta.data='$meta_table'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
18 --obs.data='$obs_table'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
19 --taxrank='$taxonomy_rank'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
20 --record='$nTop'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
21 --norm="${norm_bool}"
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
22 --n.column="${selectedCol}"
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
23 --g.group="${group}"
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
24 --outdir="$htmlfile.files_path"
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
25 --htmlfile='$htmlfile'
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
26 ]]></command>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
27
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
28 <inputs>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
29 <param format="tabular" name="input_table" type="data" label="Count table file"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
30 <param format="tabular" name="meta_table" type="data" label="Metadata file"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
31 <param format="tabular" name="obs_table" type="data" label="OTU Taxonomy file"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
32
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
33 <param name="nTop" type="select" display="radio" label="Select number of records to display">
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
34 <option value="20" selected="true">20</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
35 <option value="30">30</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
36 <option value="40">40</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
37 <option value="50">50</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
38 <option value="100">100</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
39 </param>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
40
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
41 <param name="taxonomy_rank" type="select" display="radio" label="Select a taxonomy rank">
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
42 <option value="Kingdom" selected="true">Kingdom</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
43 <option value="Phylum">Phylum</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
44 <option value="Class">Class</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
45 <option value="Order">Order</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
46 <option value="Family">Family</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
47 <option value="Genus">Genus</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
48 <option value="Species">Species</option>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
49 </param>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
50
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
51
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
52 <param name="norm_bool" type="boolean" truevalue="true" falsevalue="false" checked="false" label="is the data normalised?"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
53 <param name="selectedCol" type="data_column" data_ref="meta_table" use_header_names="TRUE" label="Variable to compare"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
54 <param name="group" type="text" label="Fill in two comparable group separated by comma"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
55
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
56 </inputs>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
57
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
58 <outputs>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
59 <data format="html" name="htmlfile" label="${tool.name} SymmetricPlot.html"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
60 </outputs>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
61
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
62 <tests>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
63 <test>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
64 <param name="input_table" value="count.txt"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
65 <param name="meta_table" value="metadata.txt"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
66 <param name="obs_table" value="observation.txt"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
67 <param name="nTop" value="30"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
68 <param name="taxonomy_rank" value="Phylum"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
69 <param name="selectedCol" value="3"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
70 <param name="group" value="Early,Late"/>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
71 <output name="htmlfile" ftype="html" file="SymmetricPlot.html"/></test>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
72 </tests>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
73 <help>
1
680917d9d415 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit 92c83b79fb5a8c0db6b049f10c4ffd8eb8b10748"
qfabrepo
parents: 0
diff changeset
74
0
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
75 .. class:: infomark
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
76
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
77 **TIP:** The input data should be in tabular format.
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
78
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
79 .. class:: infomark
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
80
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
81 **TIP:** The first column should contain OTU ID.
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
82
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
83 .. class:: infomark
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
84
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
85 **TIP:** This program takes in two files:1)raw count/normalised table, 2) a metadata file
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
86
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
87 .. class:: infomark
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
88
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
89 **What it does**
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
90
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
91 This program uses an R package called DESeq2_ and ggplot2_ to create a symmetric bar plot.
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
92
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
93 .. _DESeq2 : https://bioconductor.org/packages/release/bioc/html/DESeq2.html
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
94 .. _ggplot2: https://ggplot2.tidyverse.org/
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
95
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
96 -----
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
97
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
98 **Syntax**
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
99
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
100 This tool creates a symmetric plot based on input table. The input table,if it is a raw count table, will be normalised by DESeq "counts" function with flag "normalised=T".
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
101
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
102 - **A normalised dataset** - set to "Yes" only if the input table is a normalised dataset
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
103 - **Group of choice** - The group of choice will appear in the title of the plot(e.g., Tissue, protein and etc).
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
104 - **Select a group** - This is a list of group to use in comparison(e.g., Tissue A vs Tissue B). This should be the same as "Group of choice".
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
105 - **Select only two groups to compare** - select only two groups of interest for comparison.
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
106
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
107 -----
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
108
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
109 =========
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
110 Resources
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
111 =========
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
112
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
113 **Wrapper Author**
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
114
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
115 QFAB Bioinformatics (support@qfab.org)
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
116
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
117 </help>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
118 <citations>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
119 <citation type="doi">10.18129/B9.bioc.DESeq2</citation>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
120 <citation type="doi">10.1007/978-3-319-24277-4</citation>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
121 </citations>
0cac08094b86 "planemo upload for repository https://github.com/QFAB-Bioinformatics/metaDEGalaxy/tree/master/symmetric_plot commit a68579d7bdde7420b8f04346d3b6e361588acf50"
qfabrepo
parents:
diff changeset
122 </tool>