Uses of Interface
org.biojava.bio.program.homologene.SimilarityType
-
Packages that use SimilarityType Package Description org.biojava.bio.program.homologene Support classes for Homologene data. -
-
Uses of SimilarityType in org.biojava.bio.program.homologene
Classes in org.biojava.bio.program.homologene that implement SimilarityType Modifier and Type Class Description static classSimilarityType.PlaceHolderFields in org.biojava.bio.program.homologene declared as SimilarityType Modifier and Type Field Description static SimilarityTypeSimilarityType. CURATEDstatic SimilarityTypeSimilarityType. MULTIPLEstatic SimilarityTypeSimilarityType. TWINMethods in org.biojava.bio.program.homologene that return SimilarityType Modifier and Type Method Description SimilarityTypeOrthoPair. getSimilarity()gets the second orthologue in the orthology relationship.SimilarityTypeSimpleOrthoPair. getSimilarity()Methods in org.biojava.bio.program.homologene with parameters of type SimilarityType Modifier and Type Method Description OrthoPairHomologeneDB. createOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)Create a computed orthology entry.OrthoPairSimpleHomologeneDB. createOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)Constructors in org.biojava.bio.program.homologene with parameters of type SimilarityType Constructor Description BySimilarityType(SimilarityType type)SimpleOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)constructor for the computed form of an orthology relationship.
-