public class DBDNASequenceDAO extends DBCoreObjectDAO implements DNASequenceDAO
Modifier and Type | Class and Description |
---|---|
class |
DBDNASequenceDAO.SequenceRowHandler |
collFactory, singleSpecies, species, ssFactory
configuration, daoFactory
Constructor and Description |
---|
DBDNASequenceDAO() |
DBDNASequenceDAO(DAOCollectionCoreFactory factory) |
DBDNASequenceDAO(DAOSingleSpeciesCoreFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
getFullSequence(EnsemblDNASequenceReader reader) |
DADNASequence |
getSequenceByID(Integer id) |
String |
getSequenceByStartStop(EnsemblDNASequenceReader reader,
Integer start,
Integer stop) |
DADNASequence |
getValidatedSequence(DNASequence seq) |
List<? extends DNASequence> |
getValidatedSequences(List<? extends DNASequence> in_sequences) |
getDAOFactory, getSpecies, isSingleSpecies, setFactory, setFactory
getFactory, setConfiguration, setFactory
public DBDNASequenceDAO()
public DBDNASequenceDAO(DAOSingleSpeciesCoreFactory factory)
public DBDNASequenceDAO(DAOCollectionCoreFactory factory)
public String getSequenceByStartStop(EnsemblDNASequenceReader reader, Integer start, Integer stop) throws DAOException
getSequenceByStartStop
in interface DNASequenceDAO
DAOException
public String getFullSequence(EnsemblDNASequenceReader reader) throws DAOException
getFullSequence
in interface DNASequenceDAO
DAOException
public DADNASequence getSequenceByID(Integer id) throws DAOException
getSequenceByID
in interface DNASequenceDAO
DAOException
public DADNASequence getValidatedSequence(DNASequence seq) throws DAOException
getValidatedSequence
in interface DNASequenceDAO
DAOException
public List<? extends DNASequence> getValidatedSequences(List<? extends DNASequence> in_sequences) throws DAOException
getValidatedSequences
in interface DNASequenceDAO
DAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3