Modifier and Type | Method and Description |
---|---|
List<DAHomologyPairRelationship> |
DBHomologyDAO.getHomologiesForGene(Gene g)
Data Access method to retrieve all of the homologies
(i.e. to all species) for a given gene with a stableID.
|
List<DAHomologyPairRelationship> |
DBHomologyDAO.getHomologiesForGenesBySpecies(List<? extends Gene> genes,
Species target_sp,
String chrName)
Data Access method to retrieve all of the homologies
in the specified target species for a List of genes with stableIDs.
|
Modifier and Type | Class and Description |
---|---|
class |
InverseHomologyPairRelationshipView |
Modifier and Type | Method and Description |
---|---|
DAHomologyPairRelationship |
InverseHomologyPairRelationshipView.getBinaryRelationship() |
Constructor and Description |
---|
InverseHomologyPairRelationshipView(DAHomologyPairRelationship original) |
Modifier and Type | Method and Description |
---|---|
List<DAHomologyPairRelationship> |
DAGene.getHomologies()
Returns all Homologies (as a List of HomologyPairRelationships) in the default
ComparaDivision for this Gene.
|
List<DAHomologyPairRelationship> |
DAGene.getHomologies(EnsemblComparaDivision comparaDivision)
Returns all Homologies (as a List of HomologyPairRelationships) in the specified
ComparaDivision for this Gene.
|
List<DAHomologyPairRelationship> |
DAGene.getHomologies(EnsemblComparaDivision comparaDivision,
Species sp)
Returns Homologies (as a List of HomologyPairRelationships) in the specified
ComparaDivision for the specified Species.
|
List<DAHomologyPairRelationship> |
DAGene.getHomologies(Species sp)
Returns Homologies (as a List of HomologyPairRelationships) in the default
ComparaDivision for this Gene for the specified Species.
|
List<DAHomologyPairRelationship> |
DAGene.getHomologiesWithoutLazyLoad()
Utility method to get all of the current DAHomologyPairRelationships for this Gene
|
Modifier and Type | Method and Description |
---|---|
void |
DAGene.addHomology(EnsemblComparaDivision division,
DAHomologyPairRelationship homology) |
Modifier and Type | Method and Description |
---|---|
List<DAHomologyPairRelationship> |
HomologyPairMapper.getHomologiesForGene(Gene g) |
List<DAHomologyPairRelationship> |
HomologyPairMapper.getHomologiesForGenesBySpecies(HashMap parameter) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3