public interface DNASequenceDAO
Modifier and Type | Method and Description |
---|---|
String |
getFullSequence(EnsemblDNASequenceReader reader) |
DNASequence |
getSequenceByID(Integer id) |
String |
getSequenceByStartStop(EnsemblDNASequenceReader reader,
Integer start,
Integer stop) |
DNASequence |
getValidatedSequence(DNASequence seq) |
List<? extends DNASequence> |
getValidatedSequences(List<? extends DNASequence> sequences) |
String getSequenceByStartStop(EnsemblDNASequenceReader reader, Integer start, Integer stop) throws DAOException
DAOException
String getFullSequence(EnsemblDNASequenceReader reader) throws DAOException
DAOException
DNASequence getSequenceByID(Integer id) throws DAOException
DAOException
DNASequence getValidatedSequence(DNASequence seq) throws DAOException
DAOException
List<? extends DNASequence> getValidatedSequences(List<? extends DNASequence> sequences) throws DAOException
DAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3