| Package | Description | 
|---|---|
| org.biojava.bio.program.homologene | 
 
Support classes for Homologene data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleOrthoPair
A no-frills implementation of the OrthoPair interface 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OrthoPair | 
HomologeneDB.createOrthoPair(Orthologue first,
               Orthologue second,
               SimilarityType type,
               double percentIdentity)
Create a computed orthology entry. 
 | 
OrthoPair | 
SimpleHomologeneDB.createOrthoPair(Orthologue first,
               Orthologue second,
               SimilarityType type,
               double percentIdentity)  | 
OrthoPair | 
HomologeneDB.createOrthoPair(Orthologue first,
               Orthologue second,
               String ref)
Create a curated orthology entry. 
 | 
OrthoPair | 
SimpleHomologeneDB.createOrthoPair(Orthologue first,
               Orthologue second,
               String ref)  | 
OrthoPair | 
SimpleOrthoPairSet.Iterator.nextOrthoPair()  | 
OrthoPair | 
OrthoPairSet.Iterator.nextOrthoPair()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
OrthoPairFilter.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.AcceptAll.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.Not.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.Or.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.And.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.Xor.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.ByMinIdentity.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.ByMaxIdentity.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.BySimilarityType.accept(OrthoPair pair)  | 
boolean | 
OrthoPairFilter.ByRef.accept(OrthoPair pair)  | 
void | 
SimpleOrthoPairSet.addOrthoPair(OrthoPair orthology)  | 
void | 
OrthoPairSet.addOrthoPair(OrthoPair orthology)
adds a specified OrthoPair relationship
 to this group. 
 | 
void | 
SimpleOrthoPairSet.removeOrthoPair(OrthoPair orthology)  | 
void | 
OrthoPairSet.removeOrthoPair(OrthoPair orthology)
removes a specified OrthoPair relationship
 from this group. 
 | 
Copyright © 2020 BioJava. All rights reserved.