public class SimpleHomologeneDB extends SimpleOrthoPairCollection implements HomologeneDB
SimpleOrthoPairCollection.Iterator
groups
Constructor and Description |
---|
SimpleHomologeneDB() |
Modifier and Type | Method and Description |
---|---|
Orthologue |
createOrthologue(int taxonID,
String locusID,
String homologeneID,
String accession)
Create an orthologue.
|
Orthologue |
createOrthologue(Taxon taxon,
String locusID,
String homologeneID,
String accession)
Create an orthologue.
|
OrthoPair |
createOrthoPair(Orthologue first,
Orthologue second,
SimilarityType type,
double percentIdentity)
Create a computed orthology entry.
|
OrthoPair |
createOrthoPair(Orthologue first,
Orthologue second,
String ref)
Create a curated orthology entry.
|
OrthoPairSet |
createOrthoPairSet()
Create a Homologene Group.
|
Orthologue |
getOrthologue(String homologeneID)
Returns an orthologue of specified ID.
|
OrthoPairCollection |
getOrthoPairSets()
Get the HomologeneGroups in this database.
|
add, contains, isEmpty, iterator
filter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filter
public SimpleHomologeneDB()
public Orthologue createOrthologue(Taxon taxon, String locusID, String homologeneID, String accession) throws ChangeVetoException
HomologeneDB
createOrthologue
in interface HomologeneDB
ChangeVetoException
public Orthologue createOrthologue(int taxonID, String locusID, String homologeneID, String accession) throws IllegalArgumentException, ChangeVetoException
HomologeneDB
createOrthologue
in interface HomologeneDB
IllegalArgumentException
ChangeVetoException
public Orthologue getOrthologue(String homologeneID)
HomologeneDB
getOrthologue
in interface HomologeneDB
public OrthoPair createOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)
HomologeneDB
createOrthoPair
in interface HomologeneDB
public OrthoPair createOrthoPair(Orthologue first, Orthologue second, String ref)
HomologeneDB
createOrthoPair
in interface HomologeneDB
public OrthoPairSet createOrthoPairSet()
HomologeneDB
createOrthoPairSet
in interface HomologeneDB
public OrthoPairCollection getOrthoPairSets()
HomologeneDB
getOrthoPairSets
in interface HomologeneDB
Copyright © 2014 BioJava. All rights reserved.