public class SimpleOrthologue extends Object implements Orthologue
| Constructor and Description |
|---|
SimpleOrthologue(int taxonID,
String locusID,
String homologeneID,
String accession)
this constructor does the Taxon lookup for you too
|
SimpleOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccession()
get the Accession ID associated with this orthologue.
|
String |
getHomologeneID()
get the Homologene ID.
|
String |
getLocusID()
get the locus ID associated with this orthologue.
|
Taxon |
getTaxon()
return the Taxon associated with this orthologue
|
int |
getTaxonID()
a convenience method to return the TaxonID for thsi orhtologue.
|
String |
getTitle()
return the title used by Genbank for this protein
|
void |
setTitle(String title) |
public SimpleOrthologue(Taxon taxon, String locusID, String homologeneID, String accession)
public SimpleOrthologue(int taxonID, String locusID, String homologeneID, String accession) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getTitle()
OrthologuegetTitle in interface Orthologuepublic Taxon getTaxon()
OrthologuegetTaxon in interface Orthologuepublic int getTaxonID()
OrthologuegetTaxonID in interface Orthologuepublic String getLocusID()
OrthologuegetLocusID in interface Orthologuepublic String getHomologeneID()
OrthologuegetHomologeneID in interface Orthologuepublic String getAccession()
OrthologuegetAccession in interface Orthologuepublic void setTitle(String title)
setTitle in interface OrthologueCopyright © 2020 BioJava. All rights reserved.