:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-gostag' .. highlight: bash bioconductor-gostag =================== .. conda:recipe:: bioconductor-gostag :replaces_section_title: :noindex: A tool to use GO Subtrees to Tag and Annotate Genes within a set :homepage: https://bioconductor.org/packages/3.18/bioc/html/goSTAG.html :license: GPL-3 :recipe: /`bioconductor-gostag `_/`meta.yaml `_ Gene lists derived from the results of genomic analyses are rich in biological information. For instance\, differentially expressed genes \(DEGs\) from a microarray or RNA\-Seq analysis are related functionally in terms of their response to a treatment or condition. Gene lists can vary in size\, up to several thousand genes\, depending on the robustness of the perturbations or how widely different the conditions are biologically. Having a way to associate biological relatedness between hundreds and thousands of genes systematically is impractical by manually curating the annotation and function of each gene. Over\-representation analysis \(ORA\) of genes was developed to identify biological themes. Given a Gene Ontology \(GO\) and an annotation of genes that indicate the categories each one fits into\, significance of the over\-representation of the genes within the ontological categories is determined by a Fisher\'s exact test or modeling according to a hypergeometric distribution. Comparing a small number of enriched biological categories for a few samples is manageable using Venn diagrams or other means for assessing overlaps. However\, with hundreds of enriched categories and many samples\, the comparisons are laborious. Furthermore\, if there are enriched categories that are shared between samples\, trying to represent a common theme across them is highly subjective. goSTAG uses GO subtrees to tag and annotate genes within a set. goSTAG visualizes the similarities between the over\-representation of DEGs by clustering the p\-values from the enrichment statistical tests and labels clusters with the GO term that has the most paths to the root within the subtree generated from all the GO terms in the cluster. .. conda:package:: bioconductor-gostag |downloads_bioconductor-gostag| |docker_bioconductor-gostag| :versions: .. raw:: html
1.26.0-01.24.0-01.22.0-01.18.0-01.16.0-01.14.2-01.14.1-01.13.1-01.12.0-0 ``1.26.0-0``,  ``1.24.0-0``,  ``1.22.0-0``,  ``1.18.0-0``,  ``1.16.0-0``,  ``1.14.2-0``,  ``1.14.1-0``,  ``1.13.1-0``,  ``1.12.0-0``,  ``1.10.0-0``,  ``1.8.0-1``,  ``1.6.1-0`` .. raw:: html
:depends bioconductor-annotationdbi: ``>=1.64.0,<1.65.0`` :depends bioconductor-biomart: ``>=2.58.0,<2.59.0`` :depends bioconductor-go.db: ``>=3.18.0,<3.19.0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-memoise: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install bioconductor-gostag and update with:: mamba update bioconductor-gostag To create a new environment, run:: mamba create --name myenvname bioconductor-gostag with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/bioconductor-gostag: (see `bioconductor-gostag/tags`_ for valid values for ````) .. |downloads_bioconductor-gostag| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-gostag.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-gostag :alt: (downloads) .. |docker_bioconductor-gostag| image:: https://quay.io/repository/biocontainers/bioconductor-gostag/status :target: https://quay.io/repository/biocontainers/bioconductor-gostag .. _`bioconductor-gostag/tags`: https://quay.io/repository/biocontainers/bioconductor-gostag?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-gostag/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-gostag/README.html