annotate tools/chasm/chasm_web.xml @ 3:89407d4da3ca

fix for closing tag
author Saket Choudhary <saketkc@gmail.com>
date Fri, 01 Nov 2013 02:46:48 +0530
parents 8eaaa7f6b619
children 8aceb7fc57f5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
1 <tool id="chasm_webservice" name="CHASM Webservice" version="1.0.0" hidden="false">
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
2 <requirements>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
3 <requirement type="python-module">requests</requirement>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
4 <requirement type="python-module">xlrd</requirement>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
5 </requirements>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
6 <description>CHASM score using CRAVAT webservice</description>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
7 <command interpreter="python">
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
8 chasm_web.py --path $input --analysis_type $analysis_type --cancertype $tissue_type --email $__user_email__ --gene_analysis_out $gene_analysis_out --variant_analysis_out $variant_analysis_out --amino_acid_level_analysis_out $amino_acid_level_analysis_out --error_file $error_file
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
9 </command>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
10 <inputs>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
11 <param format="txt" name="input" type="data" label="Variants File" />
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
12 <param name="analysis_type" type="select" label="Choose analysis type" help="
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
13 Cancer driver analysis predicts whether\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
14 the submitted variants are cancer drivers.\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
15 Functional effect analysis predicts whether\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
16 the submitted variants will have any\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
17 functional effect on their translated proteins.\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
18 Annotation only provides\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
19 GeneCard and PubMed information on\
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
20 the genes containing the submitted variants.">
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
21 <option value="driver">Cancer driver analysis</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
22 <option value="functional">Functional effect analysis</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
23 <option value="geneannotationonly">Annotation only</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
24 </param>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
25
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
26 <param name="gene_annotation" type="select" label="Include Gene annotation">
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
27 <option value="no">No</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
28 <option value="yes">Yes</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
29 </param>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
30
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
31 <param name="tissue_type" type="select" label="Tissue Type">
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
32 <option value="Bladder">Bladder</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
33 <option value="Blood-Lymphocyte">Blood-Lymphocyte</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
34 <option value="Blood-Myeloid">Blood-Myeloid</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
35 <option value="Brain-Cerebellum">Brain-Cerebellum</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
36 <option value="Brain-Glioblastoma_Multiforme">Brain-Glioblastoma_Multiforme</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
37 <option value="Brain-Lower_Grade_Glioma">Brain-Lower_Grade_Glioma</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
38 <option value="Breast">Breast</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
39 <option value="Cervix">Cervix</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
40 <option value="Colon">Colon</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
41 <option value="Head_and_Neck">Head_and_Neck</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
42 <option value="Kidney-Chromophobe">Kidney-Chromophobe</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
43 <option value="Kidney-Clear_Cell">Kidney-Clear_Cell</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
44 <option value="Kidney-Papiallary_Cell">Kidney-Papiallary_Cell</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
45 <option value="Liver-Nonviral">Liver-Nonviral</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
46 <option value="Liver-Viral">Liver-Viral</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
47 <option value="Lung-Adenocarcinoma">Lung-Adenocarcinoma</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
48 <option value="Lung-Squamous_Cell">Lung-Squamous_Cell</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
49 <option value="Melanoma">Melanoma</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
50 <option value="Other">Other</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
51 <option value="Ovary">Ovary</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
52 <option value="Pancreas">Pancreas</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
53 <option value="Prostate-Adenocarcinoma">Prostate-Adenocarcinoma</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
54 <option value="Rectum">Rectum</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
55 <option value="Skin">Skin</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
56 <option value="Stomach">Stomach</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
57 <option value="Thyroid">Thyroid</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
58 <option value="Uterus">Uterus</option>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
59 </param>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
60 </inputs>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
61 <outputs>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
62 <data format="tabular" name="gene_analysis_out"/>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
63 <data format="tabular" name="variant_analysis_out" />
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
64 <data format="tabular" name="amino_acid_level_analysis_out" />
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
65 <data format="tabular" name="error_file"/>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
66 </outputs>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
67 <help>
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
68 **What it does**
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
69 * CHASM (Cancer-specific High-throughput Annotation of Somatic Mutations) is a method that predicts the functional significance of somatic missense variants
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
70 observed in the genomes of cancer cells, allowing variants to be prioritized in subsequent functional studies, based on the probability that they confer
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
71 increased fitness to a cancer cell. CHASM uses a machine learning method called Random Forest to distinguish between driver and passenger somatic missense variation.
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
72 The Random Forest is trained on a positive class of drivers curated from the COSMIC database and a negative class of passengers, generated in silico,
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
73 according to passenger base substitution frequencies estimated for a specific tumor type. Each variant is represented by a list of features,
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
74 including amino acid substitution properties, alignment-based estimates of conservation at the variant position, predicted local structure and annotations from
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
75 the UniProt Knowledgebase. Only missense mutations are analyzed by CHASM. For more information on CHASM, please visit http://wiki.chasmsoftware.org
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
76
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
77 * SNVGet retrieves selected predictive features for a variant. Features can be broadly categorized into 3 types:
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
78 - Amino Acid Substitution features
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
79 - Protein-based position-specific features
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
80 - Exon-specific features
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
81 Only missense mutations are analyzed by SNVGet. For more information on SNVBox (database made with SNVGet), please visit http://wiki.chasmsoftware.org
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
82 * VEST is a method that predicts the functional effect of a variant.
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
83
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
84
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
85
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
86 **Citation**
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
87 If you use this Galaxy tool in work leading to a scientific publication please cite:
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
88
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
89 Carter, Hannah, et al. "Cancer-specific high-throughput annotation of somatic mutations: computational prediction of driver missense mutations."
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
90 Cancer research 69.16 (2009): 6660-6667.
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
91
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
92 Wong, Wing Chung, et al. "CHASM and SNVBox: toolkit for detecting biologically important single nucleotide mutations in cancer."
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
93 Bioinformatics 27.15 (2011): 2147-2148.
3
89407d4da3ca fix for closing tag
Saket Choudhary <saketkc@gmail.com>
parents: 1
diff changeset
94 </help>
1
8eaaa7f6b619 Move files to tools
Saket Choudhary <saketkc@gmail.com>
parents:
diff changeset
95 </tool>