public interface OrthoPair
| Modifier and Type | Method and Description | 
|---|---|
Orthologue | 
getFirstOrthologue()
gets the first orthologue in the orthology
 relationship. 
 | 
double | 
getPercentIdentity()
get percentage identity. 
 | 
String | 
getRef()
get reference to evidence for 
 orthology. 
 | 
Orthologue | 
getSecondOrthologue()
gets the first orthologue in the orthology
 relationship. 
 | 
SimilarityType | 
getSimilarity()
gets the second orthologue in the
 orthology relationship. 
 | 
Orthologue getFirstOrthologue()
I agree that this access route is somewhat sucky for a symmetric relationship but I'd hate returning a Set of orthologues more and all the fiddling would require.
Orthologue getSecondOrthologue()
SimilarityType getSimilarity()
double getPercentIdentity()
Copyright © 2020 BioJava. All rights reserved.