:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-famat' .. highlight: bash bioconductor-famat ================== .. conda:recipe:: bioconductor-famat :replaces_section_title: :noindex: Functional analysis of metabolic and transcriptomic data :homepage: https://bioconductor.org/packages/3.20/bioc/html/famat.html :license: GPL-3 :recipe: /`bioconductor-famat `_/`meta.yaml `_ Famat is made to collect data about lists of genes and metabolites provided by user\, and to visualize it through a Shiny app. Information collected is\: \- Pathways containing some of the user\'s genes and metabolites \(obtained using a pathway enrichment analysis\). \- Direct interactions between user\'s elements inside pathways. \- Information about elements \(their identifiers and descriptions\). \- Go terms enrichment analysis performed on user\'s genes. The Shiny app is composed of\: \- information about genes\, metabolites\, and direct interactions between them inside pathways. \- an heatmap showing which elements from the list are in pathways \(pathways are structured in hierarchies\). \- hierarchies of enriched go terms using Molecular Function and Biological Process. .. conda:package:: bioconductor-famat |downloads_bioconductor-famat| |docker_bioconductor-famat| :versions: ``1.16.0-0``,  ``1.12.0-0``,  ``1.10.0-0``,  ``1.8.0-0``,  ``1.4.0-0``,  ``1.1.1-0``,  ``1.0.0-1``,  ``1.0.0-0`` :depends bioconductor-clusterprofiler: ``>=4.14.0,<4.15.0`` :depends bioconductor-go.db: ``>=3.20.0,<3.21.0`` :depends bioconductor-keggrest: ``>=1.46.0,<1.47.0`` :depends bioconductor-org.hs.eg.db: ``>=3.20.0,<3.21.0`` :depends bioconductor-reactome.db: ``>=1.89.0,<1.90.0`` :depends bioconductor-rwikipathways: ``>=1.26.0,<1.27.0`` :depends r-base: ``>=4.4,<4.5.0a0`` :depends r-biasedurn: :depends r-dplyr: :depends r-dt: :depends r-gprofiler2: :depends r-magrittr: :depends r-mgcv: :depends r-ontologyindex: :depends r-plotly: :depends r-shiny: :depends r-shinybs: :depends r-shinydashboard: :depends r-stringr: :depends r-tidyr: :requirements: :additional platforms: .. 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-famat and update with:: mamba update bioconductor-famat To create a new environment, run:: mamba create --name myenvname bioconductor-famat 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-famat: (see `bioconductor-famat/tags`_ for valid values for ````) .. |downloads_bioconductor-famat| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-famat.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-famat :alt: (downloads) .. |docker_bioconductor-famat| image:: https://quay.io/repository/biocontainers/bioconductor-famat/status :target: https://quay.io/repository/biocontainers/bioconductor-famat .. _`bioconductor-famat/tags`: https://quay.io/repository/biocontainers/bioconductor-famat?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-famat/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-famat/README.html