- Home
- Bioconductor 3.14
- Software Packages
- orthogene
orthogene
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see orthogene.
Interspecies gene mapping
Bioconductor version: 3.14
orthogene is an R package for easy mapping of orthologous genes across hundreds of species. It pulls up-to-date interspecies gene ortholog mappings across 700+ organisms. It also provides various utility functions to map common objects (e.g. data.frames, gene expression matrices, lists) onto 1:1 gene orthologs from any other species.
Maintainer: Brian Schilder <brian_schilder at alumni.brown.edu>
citation("orthogene")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("orthogene")
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("orthogene")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.