public interface HomologeneDB
This class is a Collection of methods for handling data from the Homologene dataset.
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.
|
OrthoPairCollection |
filter(OrthoPairSetFilter filters)
Filter the database for a specified group.
|
Orthologue |
getOrthologue(String homologeneID)
Returns an orthologue of specified ID.
|
OrthoPairCollection |
getOrthoPairSets()
Get the HomologeneGroups in this database.
|
Orthologue createOrthologue(Taxon taxon, String locusID, String homologeneID, String accession) throws ChangeVetoException
ChangeVetoException
Orthologue createOrthologue(int taxonID, String locusID, String homologeneID, String accession) throws ChangeVetoException
ChangeVetoException
Orthologue getOrthologue(String homologeneID)
OrthoPair createOrthoPair(Orthologue first, Orthologue second, SimilarityType type, double percentIdentity)
OrthoPair createOrthoPair(Orthologue first, Orthologue second, String ref)
OrthoPairSet createOrthoPairSet()
OrthoPairCollection getOrthoPairSets()
OrthoPairCollection filter(OrthoPairSetFilter filters)
Copyright © 2014 BioJava. All rights reserved.