famat
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see famat.
Functional analysis of metabolic and transcriptomic data
Bioconductor version: 3.16
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.
Author: Mathieu Charles [aut, cre]
Maintainer: Mathieu Charles <mathieu.charles at inrae.fr>
citation("famat")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("famat")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("famat")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.