annotate tools/human_genome_variation/linkToDavid.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="hgv_david" name="DAVID" version="1.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>functional annotation for a list of genes</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <command interpreter="perl">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 linkToDavid.pl $input $numerical_column $type $out_file1
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 </command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="input" type="data" format="tabular" label="Dataset" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param name="numerical_column" type="data_column" data_ref="input" label="Column with identifiers" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <param name="type" label="Identifier type" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <option value="AFFYMETRIX_3PRIME_IVT_ID">AFFYMETRIX_3PRIME_IVT_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <option value="AFFYMETRIX_EXON_GENE_ID">AFFYMETRIX_EXON_GENE_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <option value="AFFYMETRIX_SNP_ID">AFFYMETRIX_SNP_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <option value="AGILENT_CHIP_ID">AGILENT_CHIP_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <option value="AGILENT_ID">AGILENT_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <option value="AGILENT_OLIGO_ID">AGILENT_OLIGO_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <option value="ENSEMBL_GENE_ID">ENSEMBL_GENE_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <option value="ENSEMBL_TRANSCRIPT_ID">ENSEMBL_TRANSCRIPT_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <option value="ENTREZ_GENE_ID">ENTREZ_GENE_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <option value="FLYBASE_GENE_ID">FLYBASE_GENE_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <option value="FLYBASE_TRANSCRIPT_ID">FLYBASE_TRANSCRIPT_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <option value="GENBANK_ACCESSION">GENBANK_ACCESSION</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <option value="GENPEPT_ACCESSION">GENPEPT_ACCESSION</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <option value="GENOMIC_GI_ACCESSION">GENOMIC_GI_ACCESSION</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <option value="PROTEIN_GI_ACCESSION">PROTEIN_GI_ACCESSION</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <option value="ILLUMINA_ID">ILLUMINA_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <option value="IPI_ID">IPI_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <option value="MGI_ID">MGI_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <option value="GENE_SYMBOL" selected="true">GENE_SYMBOL</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <option value="PFAM_ID">PFAM_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <option value="PIR_ACCESSION">PIR_ACCESSION</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <option value="PIR_ID">PIR_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <option value="PIR_NREF_ID">PIR_NREF_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <option value="REFSEQ_GENOMIC">REFSEQ_GENOMIC</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 <option value="REFSEQ_MRNA">REFSEQ_MRNA</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <option value="REFSEQ_PROTEIN">REFSEQ_PROTEIN</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <option value="REFSEQ_RNA">REFSEQ_RNA</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <option value="RGD_ID">RGD_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <option value="SGD_ID">SGD_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 <option value="TAIR_ID">TAIR_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 <option value="UCSC_GENE_ID">UCSC_GENE_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <option value="UNIGENE">UNIGENE</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 <option value="UNIPROT_ACCESSION">UNIPROT_ACCESSION</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <option value="UNIPROT_ID">UNIPROT_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <option value="UNIREF100_ID">UNIREF100_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <option value="WORMBASE_GENE_ID">WORMBASE_GENE_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 <option value="WORMPEP_ID">WORMPEP_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 <option value="ZFIN_ID">ZFIN_ID</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 <data format="html" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59 <param name="input" ftype="tabular" value="linkToDavid.tabular" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60 <param name="numerical_column" value="1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61 <param name="type" value="ENTREZ_GENE_ID" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62 <output name="out_file1" file="linkToDavid_1.out" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
64 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
65
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
66 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
67 .. class:: infomark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
68
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
69 The list is limited to 400 IDs.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
70
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
71 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
72
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
73 **Dataset formats**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
74
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
75 The input dataset is in tabular_ format. The output dataset is html_ with
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
76 a link to the DAVID website as described below.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
77 (`Dataset missing?`_)
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
78
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
79 .. _tabular: ./static/formatHelp.html#tab
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
80 .. _html: ./static/formatHelp.html#html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
81 .. _Dataset missing?: ./static/formatHelp.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
82
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
83 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
84
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
85 **What it does**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
86
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
87 This tool creates a link to the Database for Annotation,
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
88 Visualization, and Integrated Discovery (DAVID) website at NIH,
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
89 sending a list of IDs from the selected column of a tabular
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
90 Galaxy dataset. To follow the created link, click on the
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
91 eye icon once the Galaxy tool has finished running.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
92
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
93 DAVID provides a comprehensive set of functional annotation tools
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
94 to help investigators discover biological meaning behind large
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
95 lists of genes.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
96
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
97 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
98
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
99 **References**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
100
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
101 Huang DW, Sherman BT, Lempicki RA. (2009) Systematic and integrative analysis
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
102 of large gene lists using DAVID bioinformatics resources.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
103 Nat Protoc. 4(1):44-57.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
104
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
105 Dennis G, Sherman BT, Hosack DA, Yang J, Gao W, Lane HC, Lempicki RA. (2003)
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
106 DAVID: database for annotation, visualization, and integrated discovery.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
107 Genome Biol. 4(5):P3. Epub 2003 Apr 3.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
108
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
109 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
110 </tool>