Class SimpleOrthologue
java.lang.Object
org.biojava.bio.program.homologene.SimpleOrthologue
- All Implemented Interfaces:
Orthologue
this entry contains data about the orthologue.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleOrthologue(int taxonID, String locusID, String homologeneID, String accession) this constructor does the Taxon lookup for you tooSimpleOrthologue(Taxon taxon, String locusID, String homologeneID, String accession) -
Method Summary
Modifier and TypeMethodDescriptionbooleanget 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
-
Constructor Details
-
SimpleOrthologue
-
SimpleOrthologue
public SimpleOrthologue(int taxonID, String locusID, String homologeneID, String accession) throws IllegalArgumentException this constructor does the Taxon lookup for you too- Throws:
IllegalArgumentException
-
-
Method Details
-
getTitle
Description copied from interface:Orthologuereturn the title used by Genbank for this protein- Specified by:
getTitlein interfaceOrthologue
-
getTaxon
Description copied from interface:Orthologuereturn the Taxon associated with this orthologue- Specified by:
getTaxonin interfaceOrthologue
-
getTaxonID
Description copied from interface:Orthologuea convenience method to return the TaxonID for thsi orhtologue.- Specified by:
getTaxonIDin interfaceOrthologue
-
getLocusID
Description copied from interface:Orthologueget the locus ID associated with this orthologue. It can be null.- Specified by:
getLocusIDin interfaceOrthologue
-
getHomologeneID
Description copied from interface:Orthologueget the Homologene ID. This is unique and always defined.- Specified by:
getHomologeneIDin interfaceOrthologue
-
getAccession
Description copied from interface:Orthologueget the Accession ID associated with this orthologue.- Specified by:
getAccessionin interfaceOrthologue
-
setTitle
- Specified by:
setTitlein interfaceOrthologue
-
equals
-