Modifier and Type | Method and Description |
---|---|
List<? extends HomologyPairRelationship> |
HomologyDAO.getHomologiesForGene(Gene g)
Specification of Data Access method to retrieve all of the homologies
(i.e. to all species) for a given gene with a stableID.
|
Modifier and Type | Method and Description |
---|---|
List<? extends HomologyPairRelationship> |
HomologyDAO.getHomologiesForGenesBySpecies(List<? extends Gene> genes,
Species target_sp,
String chrName)
Specification of Data Access method to retrieve all of the homologies
in the specified target species for a List of genes with stableIDs.
|
Modifier and Type | Method and Description |
---|---|
Gene |
GeneDAO.addGeneByIDOnParent(Integer id,
DNASequence parent) |
Gene |
GeneDAO.addGeneByStableIDOnParent(String stableID,
DNASequence parent) |
Gene |
GeneDAO.getGeneByID(Integer id) |
Gene |
GeneDAO.getGeneByStableID(String stableId) |
Modifier and Type | Method and Description |
---|---|
List<? extends Gene> |
GeneDAO.getGenesByExactName(String name) |
List<? extends Gene> |
GeneDAO.getGenesByNameBeginning(String name) |
List<? extends Gene> |
GeneDAO.getGenesForVegaID(String id) |
Modifier and Type | Method and Description |
---|---|
List<? extends Transcript> |
TranscriptDAO.getTranscriptsForGene(Gene gene) |
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.
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
List<DATranscript> |
DBTranscriptDAO.getTranscriptsForGene(Gene gene) |
Modifier and Type | Class and Description |
---|---|
class |
DAGene |
Modifier and Type | Method and Description |
---|---|
List<DAHomologyPairRelationship> |
HomologyPairMapper.getHomologiesForGene(Gene g) |
Modifier and Type | Interface and Description |
---|---|
interface |
HomologyPairRelationship<CLAZZ extends Gene>
extends HomologyRelationship for those Relationships that are binary
|
interface |
HomologyRelationship<CLAZZ extends Gene>
Ensembl schema and PerlAPI claims that homology relationships
are not necessarily only binary, i.e. the could have more than two members.
|
Modifier and Type | Method and Description |
---|---|
Gene |
Transcript.getGene() |
Gene |
Species.getGeneByStableID(String stableID) |
Gene |
Species.getGeneByStableID(String stableID,
String dbVersion) |
Modifier and Type | Method and Description |
---|---|
List<? extends Gene> |
Species.getGenesForExactName(String name) |
List<? extends Gene> |
Species.getGenesForExactName(String name,
String dbVersion) |
List<? extends Gene> |
Species.getGenesForNameBeginning(String name) |
List<? extends Gene> |
Species.getGenesForNameBeginning(String name,
String dbVersion) |
List<? extends Gene> |
Species.getGenesForVegaID(String vegaID) |
List<? extends Gene> |
Species.getGenesForVegaID(String vegaID,
String dbVersion) |
List<? extends Gene> |
DNASequence.getGenesOnRegion(Coordinate coord) |
List<? extends Gene> |
DNASequence.getGenesOnRegion(Integer start,
Integer stop) |
List<? extends Gene> |
DNASequence.getGenesOnRegion(Integer start,
Integer stop,
Coordinate.Strand strand) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3