public class HomologeneTools
extends java.lang.Object
This class is a Collection of methods for handling data from the Homologene dataset.
Constructor and Description |
---|
HomologeneTools() |
Modifier and Type | Method and Description |
---|---|
static Taxon |
createTaxon(int taxonID,
java.lang.String description)
add a Taxon
|
static Taxon |
getTaxon(int taxonID)
get the Taxon corresponding to this Taxon ID
|
static void |
instantiateDB(java.net.URL url,
HomologeneBuilder builder)
instantiate a HomologeneDB.
|
public static Taxon getTaxon(int taxonID)
public static Taxon createTaxon(int taxonID, java.lang.String description) throws DuplicateTaxonException
DuplicateTaxonException
public static void instantiateDB(java.net.URL url, HomologeneBuilder builder) throws javax.naming.OperationNotSupportedException, java.io.FileNotFoundException, java.io.IOException
Currently, only file protocol support is available.
javax.naming.OperationNotSupportedException
java.io.FileNotFoundException
java.io.IOException