Interface Orthologue
- All Known Implementing Classes:
SimpleOrthologue
public interface Orthologue
this entry contains data about the orthologue.
-
Method Summary
Modifier and TypeMethodDescriptionget the Accession ID associated with this orthologue.get the Homologene ID.get the locus ID associated with this orthologue.getTaxon()return the Taxon associated with this orthologueinta convenience method to return the TaxonID for thsi orhtologue.getTitle()return the title used by Genbank for this proteinvoid
-
Method Details
-
getTitle
return the title used by Genbank for this protein -
getTaxon
return the Taxon associated with this orthologue -
getTaxonID
int getTaxonID()a convenience method to return the TaxonID for thsi orhtologue. -
getLocusID
get the locus ID associated with this orthologue. It can be null. -
getHomologeneID
get the Homologene ID. This is unique and always defined. -
getAccession
get the Accession ID associated with this orthologue. -
setTitle
-