comparison MDSplot/mdsplot.xml @ 1:420b57c3c185 draft

Uploaded
author dereeper
date Fri, 10 Jul 2015 04:39:30 -0400
parents 3e19d0dfcf3e
children
comparison
equal deleted inserted replaced
0:3e19d0dfcf3e 1:420b57c3c185
4 <description> IBS matrix / multi-dimensional scaling</description> 4 <description> IBS matrix / multi-dimensional scaling</description>
5 5
6 <!-- [OPTIONAL] 3rd party tools, binaries, modules... required for the tool to work --> 6 <!-- [OPTIONAL] 3rd party tools, binaries, modules... required for the tool to work -->
7 <requirements> 7 <requirements>
8 <requirement type="binary">perl</requirement> 8 <requirement type="binary">perl</requirement>
9 <requirement type="package" version="0.1.13">plink</requirement> 9 <requirement type="package" version="1.07">plink</requirement>
10 </requirements> 10 </requirements>
11 11
12 <!-- [OPTIONAL] Command to be executed to get the tool's version string --> 12 <!-- [OPTIONAL] Command to be executed to get the tool's version string -->
13 <version_command> 13 <version_command>
14 <!-- 14 <!--
61 </tests> 61 </tests>
62 62
63 <!-- [OPTIONAL] Help displayed in Galaxy --> 63 <!-- [OPTIONAL] Help displayed in Galaxy -->
64 <help> 64 <help>
65 65
66 .. class:: infomark 66
67 67 .. class:: infomark
68 **Authors** 68
69 **Authors** plink_
70
71 .. _plink: http://pngu.mgh.harvard.edu/purcell/plink/
72
73 | "PLINK: a toolset for whole-genome association and population-based linkage analysis.", **Purcell S, Neale B, Todd-Brown K, Thomas L, Ferreira MAR, Bender D, Maller J, Sklar P, de Bakker PIW, Daly MJ, Sham PC.**, American Journal of Human Genetics, 81, 2007.
74
75
76 .. class:: infomark
77
78 **Galaxy integration** Andres Gwendoline, Institut Français de Bioinformatique.
79
80 .. class:: infomark
81
82 **Support** For any questions about Galaxy integration, please send an e-mail to support.abims@sb-roscoff.fr
83
84 .. class:: infomark
85
86 **Please cite** "SNiPlay3: a web-based application for exploration and large scale analyses of genomic variations", **Dereeper A. et al.**, Nucl. Acids Res. (1 july 2015) 43 (W1).
69 87
70 --------------------------------------------------- 88 ---------------------------------------------------
71 89
72 .. class:: infomark 90
73
74 **Please cite** If you use this tool, please cite dereeper et al. 2015 in prep.
75
76 ---------------------------------------------------
77 91
78 ======== 92 ========
79 MDS plot 93 MDS plot
80 ======== 94 ========
81 95
88 102
89 ----------------- 103 -----------------
90 Workflow position 104 Workflow position
91 ----------------- 105 -----------------
92 106
93 **Upstream tools** 107 **Upstream tool**
94 108
95 =========== ========================== ======= 109 =============== ========================== ===============
96 Name output file(s) format 110 Name output file(s) format
97 =========== ========================== ======= 111 =============== ========================== ===============
98 =========== ========================== ======= 112 VCFtools Filter PED and MAP file tabular and MAP
99 113 =============== ========================== ===============
100 114
101 **Downstream tools**
102
103 =========== ========================== =======
104 Name output file(s) format
105 =========== ========================== =======
106 =========== ========================== =======
107 115
108 116
109 ---------- 117 ----------
110 Input file 118 Input file
111 ---------- 119 ----------
135 File to construct mds plot 143 File to construct mds plot
136 144
137 Output_name.log 145 Output_name.log
138 Log file 146 Log file
139 147
148 ------------
149 Dependencies
150 ------------
151 plink
152 version 1.07
140 153
141 --------------------------------------------------- 154 ---------------------------------------------------
142 155
143 --------------- 156 ---------------
144 Working example 157 Working example
197 IAC25 -0.0918126 0.0501177 210 IAC25 -0.0918126 0.0501177
198 211
199 212
200 213
201 </help> 214 </help>
215 <citations>
216 <!-- [HELP] As DOI or BibTex entry -->
217 <citation type="bibtex">@article{Dereeper03062015,
218 author = {Dereeper, Alexis and Homa, Felix and Andres, Gwendoline and Sempere, Guilhem and Sarah, Gautier and Hueber, Yann and Dufayard, Jean-François and Ruiz, Manuel},
219 title = {SNiPlay3: a web-based application for exploration and large scale analyses of genomic variations},
220 year = {2015},
221 doi = {10.1093/nar/gkv351},
222 abstract ={SNiPlay is a web-based tool for detection, management and analysis of genetic variants including both single nucleotide polymorphisms (SNPs) and InDels. Version 3 now extends functionalities in order to easily manage and exploit SNPs derived from next generation sequencing technologies, such as GBS (genotyping by sequencing), WGRS (whole gre-sequencing) and RNA-Seq technologies. Based on the standard VCF (variant call format) format, the application offers an intuitive interface for filtering and comparing polymorphisms using user-defined sets of individuals and then establishing a reliable genotyping data matrix for further analyses. Namely, in addition to the various scaled-up analyses allowed by the application (genomic annotation of SNP, diversity analysis, haplotype reconstruction and network, linkage disequilibrium), SNiPlay3 proposes new modules for GWAS (genome-wide association studies), population stratification, distance tree analysis and visualization of SNP density. Additionally, we developed a suite of Galaxy wrappers for each step of the SNiPlay3 process, so that the complete pipeline can also be deployed on a Galaxy instance using the Galaxy ToolShed procedure and then be computed as a Galaxy workflow. SNiPlay is accessible at http://sniplay.southgreen.fr.},
223 URL = {http://nar.oxfordjournals.org/content/early/2015/06/03/nar.gkv351.abstract},
224 eprint = {http://nar.oxfordjournals.org/content/early/2015/06/03/nar.gkv351.full.pdf+html},
225 journal = {Nucleic Acids Research}
226 }
227
228 </citation>
229
230 </citations>
202 231
203 </tool> 232 </tool>