Package | Description |
---|---|
uk.ac.roslin.ensembl.dao.database | |
uk.ac.roslin.ensembl.dao.database.coreaccess | |
uk.ac.roslin.ensembl.datasourceaware.core | |
uk.ac.roslin.ensembl.mapper.core |
Modifier and Type | Method and Description |
---|---|
DATranslation |
DBSpecies.getTranslationByStableID(String stableID) |
DATranslation |
DBSpecies.getTranslationByStableID(String stableID,
String dbVersion) |
DATranslation |
DBCollectionSpecies.getTranslationByStableID(String stableID,
String dbVersion) |
Modifier and Type | Method and Description |
---|---|
List<DATranslation> |
DBSpecies.getTranslationsForVegaID(String vegaID)
Method returns a List of Translations that have been mapped to the given Vega Identifier.
|
List<DATranslation> |
DBSpecies.getTranslationsForVegaID(String vegaID,
String dbVersion)
Method returns a List of Translations that have been mapped to the given Vega Identifier.
|
List<DATranslation> |
DBCollectionSpecies.getTranslationsForVegaID(String vegaID,
String dbVersion)
Method returns a List of Translations that have been mapped to the given Vega Identifier.
|
Modifier and Type | Method and Description |
---|---|
DATranslation |
DBTranslationDAO.getTranslationByID(Integer id) |
DATranslation |
DBTranslationDAO.getTranslationByStableID(String stableID) |
Modifier and Type | Method and Description |
---|---|
List<DATranslation> |
DBTranslationDAO.getTranslationsForTranscript(Transcript transcript) |
List<DATranslation> |
DBTranslationDAO.getTranslationsForVegaID(String id)
Returns a list of Ensembl Translations matching the query VegaID string.
|
Modifier and Type | Method and Description |
---|---|
DATranslation |
DATranscript.getCanonicalTranslation()
Returns the canonical Translation for this Transcript (if there is one).
|
DATranslation |
DAGene.getCanonicalTranslation() |
Modifier and Type | Method and Description |
---|---|
protected void |
DATranscript.addTranslation(DATranslation trl)
Package method to add a Translation to the 'translationHash',
hashed on the internal database ID of the Translation, and to set the
canonicalTranlation/ID where applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
DATranscript.addTranslations(Collection<DATranslation> trls)
Method used by the TranslationDAO to add Translations to the 'translationHash',
hashed on the internal database ID of the Translation.
|
Modifier and Type | Method and Description |
---|---|
DATranslation |
TranslationMapper.getTranslation(FeatureQuery query) |
Modifier and Type | Method and Description |
---|---|
List<DATranslation> |
TranslationMapper.getTranslationsForTranscript(Transcript transcript) |
List<DATranslation> |
TranslationMapper.getVegaTranslations(String vegaID) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3