public interface Orthologue
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccession()
get the Accession ID associated with this orthologue.
|
java.lang.String |
getHomologeneID()
get the Homologene ID.
|
java.lang.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.
|
java.lang.String |
getTitle()
return the title used by Genbank for this protein
|
void |
setTitle(java.lang.String title) |
java.lang.String getTitle()
Taxon getTaxon()
int getTaxonID()
java.lang.String getLocusID()
java.lang.String getHomologeneID()
java.lang.String getAccession()
void setTitle(java.lang.String title)