- Home
- Bioconductor 3.9
- Software Packages
- geneplast
geneplast
This package is for version 3.9 of Bioconductor; for the stable, up-to-date release version, see geneplast.
Evolutionary and plasticity analysis of orthologous groups
Bioconductor version: 3.9
Geneplast is designed for evolutionary and plasticity analysis based on orthologous groups distribution in a given species tree. It uses Shannon information theory and orthologs abundance to estimate the Evolutionary Plasticity Index. Additionally, it implements the Bridge algorithm to determine the evolutionary root of a given gene based on its orthologs distribution.
Author: Rodrigo Dalmolin, Mauro Castro
Maintainer: Mauro Castro <mauro.a.castro at gmail.com>
citation("geneplast")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("geneplast")
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("geneplast")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.