public class HomologeneTools extends 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,
String description)
add a Taxon
|
static Taxon |
getTaxon(int taxonID)
get the Taxon corresponding to this Taxon ID
|
static void |
instantiateDB(URL url,
HomologeneBuilder builder)
instantiate a HomologeneDB.
|
public HomologeneTools()
public static Taxon createTaxon(int taxonID, String description) throws DuplicateTaxonException
DuplicateTaxonExceptionpublic static void instantiateDB(URL url, HomologeneBuilder builder) throws OperationNotSupportedException, FileNotFoundException, IOException
Currently, only file protocol support is available.
Copyright © 2020 BioJava. All rights reserved.