Mercurial > repos > proteore > proteore_topgo
diff topGO.xml @ 19:0014bd289aff draft
planemo upload commit 4cbd26b257f8a32e11289e28135da86b03b46622-dirty
| author | proteore |
|---|---|
| date | Tue, 19 Feb 2019 08:47:25 -0500 |
| parents | 36c97ab06d40 |
| children | 537a0aae9b41 |
line wrap: on
line diff
--- a/topGO.xml Mon Dec 17 11:05:04 2018 -0500 +++ b/topGO.xml Tue Feb 19 08:47:25 2019 -0500 @@ -1,4 +1,4 @@ -<tool id="topGO" name="Enrichment analysis for Gene Ontology" version="2018.12.17"> +<tool id="topGO" name="Enrichment analysis for Gene Ontology" version="2019.02.19"> <description>(Human, Mouse, Rat)[topGO]</description> <requirements> <requirement type="package" version="3.4.1">R</requirement> @@ -69,7 +69,9 @@ </when> <when value="file"> <param name="genelist" type="data" format="txt,tabular" label="Select your file" help=""/> - <param name="column" type="text" label="Column number of IDs" help="For example, fill in 'c1' if it is the first column, 'c2' if it is the second column and so on"/> + <param name="column" type="text" label="Column number of IDs" help="For example, fill in 'c1' if it is the first column, 'c2' if it is the second column and so on"> + <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator> + </param> <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" /> </when> </conditional> @@ -96,7 +98,9 @@ <when value="file"> <param name="genelist" type="data" format="txt,tabular" label="Select file that contains your background IDs list" help=""/> <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header ?" /> - <param name="column" type="text" label="Column number of IDs" value="c1" help="For example, fill in 'c1' if it is the first column, 'c2' if it is the second column and so on"/> + <param name="column" type="text" label="Column number of IDs" value="c1" help="For example, fill in 'c1' if it is the first column, 'c2' if it is the second column and so on"> + <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator> + </param> </when> </conditional> </when> @@ -117,7 +121,7 @@ <option value="MF" >Molecular Function</option> </param> <param name="option" type="select" label="Select the topGO parameter (see user doc)"> - <option value="classic" >Classic fisher test</option> + <option value="classic" >Classic Fisher test</option> <option value="elim" selected="true">Elim</option> <option value="weight01" >Weight01</option> <option value="parentchild" >ParentChild</option> @@ -141,16 +145,16 @@ </inputs> <outputs> - <data name="outputtext" format="tsv" label="Text output for topGO analysis $ontocat category" from_work_dir="result"> - <filter>textoutput</filter> + <data name="outputtext" format="tsv" label="Text output for topGO analysis $ontocat category" from_work_dir="result.tsv"> + <!--filter>textoutput</filter--> + </data> + + <data name="outputdotplot" format="png" label="Dotplot output for topGO analysis $ontocat category" from_work_dir="dotplot.png"> + <filter>'dotplot' in plot</filter> </data> <data name="outputbarplot" format="png" label="Barplot output for topGO analysis $ontocat category" from_work_dir="barplot.png"> - <filter>barplot</filter> - </data> - - <data name="outputdotplot" format="png" label="Dotplot output for topGO analysis $ontocat category" from_work_dir="dotplot.png"> - <filter>dotplot</filter> + <filter>'barplot' in plot</filter> </data> </outputs> @@ -185,61 +189,55 @@ **Description** + This tool is based on R package topGO. topGO package provides tools for testing GO terms while accounting for the topology of the GO graph. Different test statistics and different methods for eliminating local similarities and dependencies between GO terms can be applied. + +This component computes the GO terms representativity of a gene list in one ontology category (Biological Process "BP", Cellular Component "CC", Molecular Function "MF"). This representativity is evaluated in comparison to the background list of all genes/proteins (of the selected species) associated associated with GO terms of the chosen category (BP,CC,MF). + +----- + **Input required** -This component works with Ensembl gene ids (e.g : ENSG0000013618). You can -copy/paste these identifiers or supply a tabular file (.csv, .tsv, .txt, .tab) -where there are contained. +This component works with Ensembl gene IDs (e.g : ENSG0000013618). You can copy/paste these identifiers or supply a tabular file (.csv, .tsv, .txt, .tab) +and then specifying the column number that contains the ENSG IDs. + +----- + +**Parameters** -**Principle** +"Species": "Species": the three available species are Homo sapiens, Mus musculus and Rattus norvegicus + +"GO terms category": select either Biogical Process (BP)(by default), Cellular Component (CC) or Molecular Function (MF) + +"Select the topGO parameter (see user doc)": topGO provides a classic Fisher test for evaluating which GO terms are over-represented in your gene/protein list; other methodologies are also provided (Elim, Weight01, Parentchild). For the merits of each option and their algorithmic descriptions, please refer to topGO manual: +https://bioconductor.org/packages/release/bioc/vignettes/topGO/inst/doc/topGO.pdf -This component provides the GO terms representativity of a gene list in one ontology category (Biological Process "BP", Cellular Component "CC", Molecular Function "MF"). This representativity is evaluated in comparison to the background list of all human genes associated associated with GO terms of the chosen category (BP,CC,MF). This background is given by the R package "org.Hs.eg.db", which is a genome wide association package for **human**. +"p-value threshold (e.g : 1e-3)": must be in the form of "1e-5" (i.e. 0.00001) + +"Multiple testing procedure (p-value adjustment): several FDR procedure for multiple testing and p-value adjustment are available: Holm, Hochberg +Hommel, Bonferroni, BH (Benjamini-Hochberg), BY (Benjamini-Yekutieli), FDR. Default is BH (most commonly used) + +----- **Output** -Three kind of outputs are available : a textual output, a barplot output and -a dotplot output. +Three outputs are available : a textual output, a barplot and/or a dotplot (set by default) graphical outputs. -*Textual output* : -The text output lists all the GO-terms that were found significant under the specified threshold. - - -The different fields are as follow : +*Textual output* -- Annotated : number of genes in org.Hs.eg.db which are annotated with the GO-term. - -- Significant : number of genes belonging to your input which are annotated with the GO-term. +The text output lists all the GO-terms that were found significantly enriched according to the specified threshold (p-value). -- Expected : show an estimate of the number of genes a node of size Annotated would have if the significant genes were to be randomly selected from the gene universe. - -- pvalues : pvalue obtained after the test - -- ( qvalues : additional column with adjusted pvalues ) +The different fields are as follow: - -**Tests** - -topGO provides a classic fisher test for evaluating if some GO terms are over-represented in your gene list, but other options are also provided (elim, weight01,parentchild). For the merits of each option and their algorithmic descriptions, please refer to topGO manual : -https://bioconductor.org/packages/release/bioc/vignettes/topGO/inst/doc/topGO.pdf +- Annotated : number of genes in the selected species that are annotated with the GO-term. -**Multiple testing corrections** - -Furthermore, the following corrections for multiple testing can also be applied : - -- holm +- Significant : number of genes belonging to your input annotated with the GO-term. -- hochberg - -- hommel - -- bonferroni +- Expected : represents the expected number of interesting genes mapped to the GO term if the interesting genes were randomly distributed over all GO terms. -- BH +- p-values : p-value obtained after the test -- BY - -- fdr +- ( q-values : additional column with adjusted pvalues ) ----- @@ -247,13 +245,17 @@ **Authors** -Alexa A and Rahnenfuhrer J (2016). topGO: Enrichment Analysis for Gene Ontology. R package version 2.30.0. +Alexa A, Rahnenführer J, Lengauer T. Improved scoring of functional groups from gene expression data by decorrelating GO graph structure. Bioinformatics. 2006. 22(13):1600-7. PubMed PMID: 16606683. + +----- + +.. class:: infomark **Galaxy integration** -Lisa Peru, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR +Lisa Perus, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR -Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform +Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux - INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR This work has been partially funded through the French National Agency for Research (ANR) IFB project.
