public interface TranscriptDAO extends ReInitializationDAO
Modifier and Type | Method and Description |
---|---|
Transcript |
getTranscriptByID(Integer id) |
Transcript |
getTranscriptByStableID(String stableID) |
List<? extends Transcript> |
getTranscriptsForCcdsID(String id)
Returns a list of Ensembl Transcripts matching the query CCDS ID string.
|
List<? extends Transcript> |
getTranscriptsForGene(Gene gene) |
List<? extends Transcript> |
getTranscriptsForVegaID(String id)
Returns a list of Ensembl Transcripts matching the query VegaID string.
|
reInitialize
List<? extends Transcript> getTranscriptsForGene(Gene gene) throws DAOException
DAOException
Transcript getTranscriptByStableID(String stableID) throws DAOException
DAOException
Transcript getTranscriptByID(Integer id) throws DAOException
DAOException
List<? extends Transcript> getTranscriptsForVegaID(String id) throws DAOException
id
- a valid vega ID (these begin 'OTT...')DAOException
List<? extends Transcript> getTranscriptsForCcdsID(String id) throws DAOException
id
- a valid CCDS accession or accession.version (these begin 'CCDS...')DAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3