Interface Orthologue

All Known Implementing Classes:
SimpleOrthologue

public interface Orthologue
this entry contains data about the orthologue.
  • Method Summary

    Modifier and Type
    Method
    Description
    get the Accession ID associated with this orthologue.
    get the Homologene ID.
    get the locus ID associated with this orthologue.
    return the Taxon associated with this orthologue
    int
    a convenience method to return the TaxonID for thsi orhtologue.
    return the title used by Genbank for this protein
    void
     
  • 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

      void setTitle(String title)