Package | Description |
---|---|
uk.ac.roslin.ensembl.dao.coreaccess | |
uk.ac.roslin.ensembl.datasourceaware.core | |
uk.ac.roslin.ensembl.model.core |
Modifier and Type | Method and Description |
---|---|
Translation |
TranslationDAO.getTranslationByID(Integer id) |
Translation |
TranslationDAO.getTranslationByStableID(String stableID) |
Modifier and Type | Method and Description |
---|---|
List<? extends Translation> |
TranslationDAO.getTranslationsForTranscript(Transcript transcript) |
List<? extends Translation> |
TranslationDAO.getTranslationsForVegaID(String id) |
Modifier and Type | Class and Description |
---|---|
class |
DATranslation |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Translation> |
DATranscript.getTranslations()
Returns all of the Translation objects associated with this Transcript
(typically there will only be one, the canonical translation, there may
also be no translation for a transcript).
|
Modifier and Type | Method and Description |
---|---|
Translation |
Transcript.getCanonicalTranslation() |
Translation |
Gene.getCanonicalTranslation() |
Translation |
Species.getTranslationByStableID(String stableID) |
Translation |
Species.getTranslationByStableID(String stableID,
String dbVersion) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Translation> |
Transcript.getTranslations() |
List<? extends Translation> |
Species.getTranslationsForVegaID(String vegaID) |
List<? extends Translation> |
Species.getTranslationsForVegaID(String vegaID,
String dbVersion) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3