Sign in
Ctrl K

BridgeDb Java

Java library for identifier mapping

117
mentions
18
contributors

Cite this software

What BridgeDb Java can do for you

BridgeDb Java is a library that maps identifiers from one source to another. For example, it can map NCBI Gene identifiers to Ensembl gene identifiers, and DOIs to PubMed identifiers.

For example, the following code shows how identifiers for the ChEBI data source
can be used:

DataSource chebi = DataSource.getExistingByFullName("ChEBI");
assertNotNull(chebi);
assertEquals("urn:miriam:chebi:1234", chebi.getMiriamURN("1234"));
assertEquals("chebi", chebi.getCompactIdentifierPrefix());
Logo of BridgeDb Java
Keywords
Programming languages
  • Java 91%
  • Perl 7%
  • CSS 1%
  • Shell 1%
License
</>Source code

Participating organisations

Maastricht University
ELIXIR
University of Manchester
Heriot-Watt University
Gladstone Institutes

Mentions

Contributors

Related projects

no image

BridgeDb and Wikidata

a powerful combination generating interoperable open research

Updated 3 months ago
Finished

Related software

BridgeDbR

BR

R package for the BridgeDb Java library making identifier mapping functionality available in the R environment.

Updated 13 months ago