Modifier and Type | Method and Description |
---|---|
DAGene |
DBSpecies.getGeneByStableID(String stableID) |
DAGene |
DBSpecies.getGeneByStableID(String stableID,
String dbVersion) |
DAGene |
DBCollectionSpecies.getGeneByStableID(String stableID,
String dbVersion) |
Modifier and Type | Method and Description |
---|---|
List<DAGene> |
DBSpecies.getGenesForExactName(String name) |
List<DAGene> |
DBSpecies.getGenesForExactName(String name,
String dbVersion) |
List<DAGene> |
DBCollectionSpecies.getGenesForExactName(String name,
String dbVersion) |
List<DAGene> |
DBSpecies.getGenesForNameBeginning(String name) |
List<DAGene> |
DBSpecies.getGenesForNameBeginning(String name,
String dbVersion) |
List<DAGene> |
DBSpecies.getGenesForVegaID(String vegaID)
Method returns a List of Genes that have been mapped to the given Vega Identifier.
|
List<DAGene> |
DBSpecies.getGenesForVegaID(String vegaID,
String dbVersion)
Method returns a List of Genes that have been mapped to the given Vega Identifier.
|
List<DAGene> |
DBCollectionSpecies.getGenesForVegaID(String vegaID,
String dbVersion)
Method returns a List of Genes that have been mapped to the given Vega Identifier.
|
Modifier and Type | Method and Description |
---|---|
DAGene |
DBGeneDAO.addGeneByIDOnParent(Integer id,
DNASequence parent) |
DAGene |
DBGeneDAO.addGeneByStableIDOnParent(String stableID,
DNASequence parent)
The gene returned has mapping to a sequence region - and the id for
the coordinate system that this region belongs to
|
DAGene |
DBGeneDAO.getGeneByID(Integer id) |
DAGene |
DBGeneDAO.getGeneByStableID(String stableID) |
DAGene |
DBGeneDAO.GeneMappingRowHandler.getObjectResult() |
DAGene |
DBChromosomeDAO.AssemblyExceptionRowHandler.getObjectResult() |
Modifier and Type | Method and Description |
---|---|
List<DAGene> |
DBGeneDAO.getGenesByExactName(String name) |
List<DAGene> |
DBGeneDAO.getGenesByNameBeginning(String name) |
List<DAGene> |
DBGeneDAO.getGenesForVegaID(String id)
Returns a list of Ensembl Genes matching the query VegaID string.
|
List<DAGene> |
DBGeneDAO.GeneMappingRowHandler.getListResult() |
List<DAGene> |
DBChromosomeDAO.AssemblyExceptionRowHandler.getListResult() |
Constructor and Description |
---|
DBTranscriptDAO.TranscriptRowHandler(List<HashMap> results,
DAGene g) |
Modifier and Type | Method and Description |
---|---|
DAGene |
InverseHomologyPairRelationshipView.getSource() |
DAGene |
DAHomologyPairRelationship.getSource() |
DAGene |
InverseHomologyPairRelationshipView.getTarget() |
DAGene |
DAHomologyPairRelationship.getTarget() |
Modifier and Type | Method and Description |
---|---|
TreeSet<DAGene> |
InverseHomologyPairRelationshipView.getMembers() |
TreeSet<DAGene> |
DAHomologyRelationship.getMembers() |
TreeSet<DAGene> |
DAHomologyPairRelationship.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
DAHomologyPairRelationship.setSource(DAGene source) |
void |
DAHomologyPairRelationship.setTarget(DAGene target) |
Modifier and Type | Method and Description |
---|---|
DAGene |
DATranslation.getGene()
Gets the Gene associated with this Translation via the associated Transcript.
|
DAGene |
DATranscript.getGene()
Gets the Gene associated with this transcript, using the stableID for the
gene set on Transcript initialization.
|
Modifier and Type | Method and Description |
---|---|
List<DAGene> |
DADNASequence.getGenesOnRegion(Coordinate coord)
Returns a List of Genes on the specified Coordinate region.
|
List<DAGene> |
DADNASequence.getGenesOnRegion(Integer start,
Integer stop)
Returns a List of Genes on the specified Region.
|
List<DAGene> |
DADNASequence.getGenesOnRegion(Integer start,
Integer stop,
Coordinate.Strand strand)
Returns a List of Genes on the specified Region.
|
Modifier and Type | Method and Description |
---|---|
void |
DATranscript.setGene(DAGene gene) |
Modifier and Type | Method and Description |
---|---|
List<DAGene> |
GeneMapper.getGenesByName(FeatureQuery query) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3