- Home
- Bioconductor 3.19
- Software Packages
- orthogene
orthogene
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see orthogene.
Interspecies gene mapping
Bioconductor version: 3.19
`orthogene` is an R package for easy mapping of orthologous genes across hundreds of species. It pulls up-to-date gene ortholog mappings across **700+ organisms**. It also provides various utility functions to aggregate/expand common objects (e.g. data.frames, gene expression matrices, lists) using **1:1**, **many:1**, **1:many** or **many:many** gene mappings, both within- and between-species.
Maintainer: Brian Schilder <brian_schilder at alumni.brown.edu>
citation("orthogene")):
Installation
To install this package, start R (version "4.4") 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.