annotate tools/condel/condel_web.xml @ 0:742c7ee37f8b

push
author Saket Choudhary <saketkc@gmail.com>
date Wed, 20 Nov 2013 00:48:30 +0530
parents
children 5915ae11d9cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
1 <tool id="condel_web" name="condel">
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
2 <description>Condel web service</description>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
3 <command interpreter="python">
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
4 condel_web.py --input $input --output $output
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
5 </command>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
6 <inputs>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
7 <param name="input" format="text" type="data" label="Input Variants" />
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
8 </inputs>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
9 <outputs>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
10 <data name="output" format="tabular"/>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
11 </outputs>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
12 <help>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
13 **What it does**
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
14 Condel stands for CONsensus DELeteriousness score of non-synonymous single nucleotide variants (SNVs).
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
15 The idea behind it is to integrate the output of computational tools aimed at assessing the impact of non synonymous
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
16 SNVs on protein function. To do this, it computes a weighted average of the scores (WAS) of these tools.
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
17 Condel was developed to integrate the outputs of five tools: SIFT, Polyphen2, MAPP, LogR Pfam E-value
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
18 (implemented ad hoc following the instructions at Clifford RJ, Edmonson MN, Nguyen C, and Buetow KH (2004)
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
19 Large-scale analysis of non-synonymous coding region single nucleotide polymorphisms. Bioinformatics 20, 1006-1014) and MutationAssessor
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
20
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
21
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
22 The scores of different methods are weighted using the complementary cumulative distributions produced by the five
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
23 methods on a dataset of approximately 20000 missense SNPs, both deleterious and neutral.
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
24 The probability that a predicted deleterious mutation is not a false positive of the method and the probability that a
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
25 predicted neutral mutation is not a false negative are employed as weights
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
26
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
27 **Citation**
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
28
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
29 If you use this Galaxy tool in work leading to a scientific publication please cite:
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
30
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
31 Improving the Assessment of the Outcome of Nonsynonymous SNVs with a Consensus Deleteriousness Score,
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
32 Condel (2011) Abel González-Pérez and Nuria López-Bigas, American Journal of Human Genetics 10.1016/j.ajhg.2011.03.004
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
33 </help>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
34 </tool>
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
35