public interface GeneDAO extends ReInitializationDAO
Modifier and Type | Method and Description |
---|---|
Gene |
addGeneByIDOnParent(Integer id,
DNASequence parent) |
Gene |
addGeneByStableIDOnParent(String stableID,
DNASequence parent) |
String |
getComparaDB() |
Gene |
getGeneByID(Integer id) |
Gene |
getGeneByStableID(String stableId) |
List<? extends Mapping> |
getGeneMappingsOnRegion(DNASequence region,
Coordinate coords) |
List<? extends Gene> |
getGenesByExactName(String name) |
List<? extends Gene> |
getGenesByNameBeginning(String name) |
List<? extends Gene> |
getGenesForVegaID(String id) |
reInitialize
Gene getGeneByID(Integer id) throws DAOException
DAOException
Gene addGeneByIDOnParent(Integer id, DNASequence parent) throws DAOException
DAOException
Gene getGeneByStableID(String stableId) throws DAOException
DAOException
Gene addGeneByStableIDOnParent(String stableID, DNASequence parent) throws DAOException
DAOException
List<? extends Mapping> getGeneMappingsOnRegion(DNASequence region, Coordinate coords) throws DAOException
DAOException
List<? extends Gene> getGenesForVegaID(String id) throws DAOException
DAOException
List<? extends Gene> getGenesByExactName(String name) throws DAOException
DAOException
List<? extends Gene> getGenesByNameBeginning(String name) throws DAOException
DAOException
String getComparaDB()
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3