PageRenderTime 21ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/tools/human_genome_variation/linkToGProfile.xml

https://bitbucket.org/cistrome/cistrome-harvard/
XML | 83 lines | 68 code | 15 blank | 0 comment | 0 complexity | 13a7ae1c4119edbd05bc6c41c2f5748e MD5 | raw file
  1. <tool id="hgv_linkToGProfile" name="g:Profiler" version="1.0.0">
  2. <description>tools for functional profiling of gene lists</description>
  3. <command interpreter="perl">
  4. linkToGProfile.pl $input $numerical_column $type $out_file1
  5. </command>
  6. <inputs>
  7. <param name="input" type="data" format="tabular" label="Dataset" />
  8. <param name="numerical_column" type="data_column" data_ref="input" numerical="True" label="Column with identifiers" />
  9. <param name="type" label="Identifier type" type="select">
  10. <option value="ENTREZGENE_ACC" selected="true">Entrez Gene Acc</option>
  11. <option value="MIM_MORBID">OMIM Morbid Map</option>
  12. <option value="MIM_GENE">OMIM Gene ID</option>
  13. <option value="AFFY_HUGENE_1_0_ST_V1">AFFY_HUGENE_1_0_ST_V1</option>
  14. <option value="HGNC_AUTOMATIC_GENE_ACC">HGNC_AUTOMATIC_GENE_ACC</option>
  15. <option value="HGNC_MB001_ACC">HGNC_MB001_ACC</option>
  16. <option value="HGNC_ACC">HGNC_ACC</option>
  17. <option value="WIKIGENE_ACC">WIKIGENE_ACC</option>
  18. <option value="DBASS5_ACC">DBASS5_ACC</option>
  19. <option value="ILLUMINA_HUMANWG_6_V1">ILLUMINA_HUMANWG_6_V1</option>
  20. <option value="AFFY_HUEX_1_0_ST_V2">AFFY_HUEX_1_0_ST_V2</option>
  21. <option value="DBASS3_ACC">DBASS3_ACC</option>
  22. </param>
  23. </inputs>
  24. <outputs>
  25. <data format="html" name="out_file1" />
  26. </outputs>
  27. <tests>
  28. <test>
  29. <param name="input" ftype="tabular" value="linkToGProfile.tabular" />
  30. <param name="numerical_column" value="2" />
  31. <param name="type" value="ENTREZGENE_ACC" />
  32. <output name="out_file1" file="linkToGProfile_1.out" />
  33. </test>
  34. </tests>
  35. <help>
  36. **Dataset formats**
  37. The input dataset is tabular_ with a column of identifiers.
  38. The output dataset is html_ with a link to g:Profiler.
  39. (`Dataset missing?`_)
  40. .. _tabular: ./static/formatHelp.html#tab
  41. .. _html: ./static/formatHelp.html#html
  42. .. _Dataset missing?: ./static/formatHelp.html
  43. -----
  44. **What it does**
  45. This tool creates a link to the g:GOSt tool (Gene Group Functional
  46. Profiling), which is part of the g:Profiler site at the University
  47. of Tartu in Estonia. g:GOSt retrieves the most significant Gene
  48. Ontology (GO) terms, KEGG and REACTOME pathways, and TRANSFAC motifs
  49. for a user-specified group of genes, proteins, or microarray probes.
  50. g:GOSt also allows analysis of ranked or ordered lists of genes,
  51. visual browsing of GO graph structure, interactive visualization of
  52. retrieved results, and many other features. Multiple testing
  53. corrections are applied to extract only statistically important
  54. results.
  55. The g:GOSt form is pre-filled with gene, protein, or microarray probe
  56. IDs from the selected column of a tabular Galaxy dataset. To follow
  57. the created link, click on the eye icon when the Galaxy tool has
  58. finished running. Once at the g:Profiler site, scroll down to see
  59. the g:GOSt results. You can also adjust the options in the g:GOSt
  60. form to your liking, or use the row of links between the form and
  61. the results to run other g:Profiler tools using the same list of IDs.
  62. -----
  63. **Reference**
  64. Reimand J, Kull M, Peterson H, Hansen J, Vilo J. (2007) g:Profiler -- a web-based
  65. toolset for functional profiling of gene lists from large-scale experiments.
  66. Nucleic Acids Res. 35(Web Server issue):W193-200. Epub 2007 May 3.
  67. </help>
  68. </tool>