All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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");




© 2015 - 2024 Weber Informatics LLC | Privacy Policy