Uses of Interface
org.biojava.bio.program.homologene.Orthologue
-
Packages that use Orthologue Package Description org.biojava.bio.program.homologene Support classes for Homologene data. -
-
Uses of Orthologue in org.biojava.bio.program.homologene
Classes in org.biojava.bio.program.homologene that implement Orthologue Modifier and Type Class Description classSimpleOrthologuethis entry contains data about the orthologue.Methods in org.biojava.bio.program.homologene that return Orthologue Modifier and Type Method Description OrthologueHomologeneDB. createOrthologue(int taxonID, String locusID, String homologeneID, String accession)Create an orthologue.OrthologueHomologeneDB. createOrthologue(Taxon taxon, String locusID, String homologeneID, String accession)Create an orthologue.OrthologueSimpleHomologeneDB. createOrthologue(int taxonID, String locusID, String homologeneID, String accession)OrthologueSimpleHomologeneDB. createOrthologue(Taxon taxon, String locusID, String homologeneID, String accession)OrthologueOrthoPair. getFirstOrthologue()gets the first orthologue in the orthology relationship.OrthologueSimpleOrthoPair. getFirstOrthologue()OrthologueHomologeneDB. getOrthologue(String homologeneID)Returns an orthologue of specified ID.OrthologueOrthologueSet. getOrthologue(String homologeneID)OrthologueSimpleHomologeneDB. getOrthologue(String homologeneID)OrthologueSimpleOrthologueSet. getOrthologue(String homologeneID)OrthologueOrthoPair. getSecondOrthologue()gets the first orthologue in the orthology relationship.OrthologueSimpleOrthoPair. getSecondOrthologue()OrthologueOrthologueSet.Iterator. nextOrthologue()OrthologueSimpleOrthologueSet.Iterator. nextOrthologue()Methods in org.biojava.bio.program.homologene with parameters of type Orthologue Modifier and Type Method Description booleanOrthologueFilter. accept(Orthologue ortho)booleanOrthologueFilter.AcceptAll. accept(Orthologue ortho)booleanOrthologueFilter.And. accept(Orthologue ortho)booleanOrthologueFilter.ByAccession. accept(Orthologue ortho)booleanOrthologueFilter.ByHomologeneID. accept(Orthologue ortho)booleanOrthologueFilter.ByLocusID. accept(Orthologue ortho)booleanOrthologueFilter.ByTaxon. accept(Orthologue ortho)booleanOrthologueFilter.ByTaxonID. accept(Orthologue ortho)booleanOrthologueFilter.ByTitle. accept(Orthologue ortho)booleanOrthologueFilter.Not. accept(Orthologue ortho)booleanOrthologueFilter.Or. accept(Orthologue ortho)booleanOrthologueFilter.Xor. accept(Orthologue ortho)voidOrthologueSet. addOrthologue(Orthologue ortho)Add an orthologue to the set.voidSimpleOrthologueSet. addOrthologue(Orthologue ortho)OrthoPairHomologeneDB. createOrthoPair(Orthologue first, Orthologue second, String ref)Create a curated orthology entry.OrthoPairHomologeneDB. createOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)Create a computed orthology entry.OrthoPairSimpleHomologeneDB. createOrthoPair(Orthologue first, Orthologue second, String ref)OrthoPairSimpleHomologeneDB. createOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)voidOrthologueSet. removeOrthologue(Orthologue ortho)Remove an orthologue from the set.voidSimpleOrthologueSet. removeOrthologue(Orthologue ortho)Constructors in org.biojava.bio.program.homologene with parameters of type Orthologue Constructor Description SimpleOrthoPair(Orthologue first, Orthologue second, String ref)constructor for the curated form of an orthology relationshipSimpleOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)constructor for the computed form of an orthology relationship.
-