org.bridgedb.webservice.biomart.package.html Maven / Gradle / Ivy
The newest version!
Driver and helper classes for using web services as identifier mapping services.
For example, to use BioMart as a mapping resource,
you can use the following piece of code:
class.forName("org.bridgedb.webservice.biomart.IDMapperBiomart");
mapper = BridgeDb.connect ("idmapper-biomart:path/to/biomart?dataset=datasetname");