GeneBridge is an R package designed to assess the evolutionary history of genes across species. It implements the Bridge algorithm to infer the evolutionary root of genes in a given species tree. By rooting orthologous genes in large-scale evolutionary snalysis, GeneBridge can provide a framework for exploring evolutionary roots within biological systems.
install.packages("knitr")
install.packages("rmarkdown")install.packages("remotes")
remotes::install_github("sysbiolab/GeneBridge", build_vignettes=TRUE)Follow the GeneBridge vignette and try to make some plots!
library(GeneBridge)
vignette("GeneBridge")If you use GeneBridge, please cite:
- Campos et al. Bridge: A New Algorithm for Rooting Orthologous Genes in Large-Scale Evolutionary Analyses. Molecular Biology and Evolution 41(2):msae019, 2024. https://doi.org/10.1093/molbev/msae019
The GeneBridge package is distributed under Artistic-2.0