public interface Orthologue
Modifier and Type | Method and Description |
---|---|
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) |
int getTaxonID()
String getLocusID()
String getHomologeneID()
String getAccession()
Copyright © 2014 BioJava. All rights reserved.