BridgeDb Java
BR
Java library for identifier mapping
Updated 14 months ago
117 18
R package for the BridgeDb Java library making identifier mapping functionality available in the R environment.
BridgeDbR is a tool that can do identifier mapping. Available identifier mapping files support ID mapping for genes and proteins (NCBI Gene, Ensembl, UniProt), metabolites (ChEBI, PubChem, InChIKey), and more.
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BridgeDbR")
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BridgeDbR")
Java library for identifier mapping