Package ubic.gemma.core.goldenpath
Class GoldenPathQuery
java.lang.Object
ubic.gemma.core.goldenpath.GoldenPath
ubic.gemma.core.goldenpath.GoldenPathQuery
- All Implemented Interfaces:
AutoCloseable
- Author:
- pavlidis
-
Field Summary
Fields inherited from class ubic.gemma.core.goldenpath.GoldenPath
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAlignments
(String accession) Locate the alignment for the given sequence, if it exists in the goldenpath database.Methods inherited from class ubic.gemma.core.goldenpath.GoldenPath
close, getDataSource, getJdbcTemplate, getSearchedDatabase, getTaxon
-
Constructor Details
-
GoldenPathQuery
-
-
Method Details
-
findAlignments
Locate the alignment for the given sequence, if it exists in the goldenpath database. Implementation note: This queries the est and mrna tables only.- Parameters:
accession
- The genbank accession of the sequence.- Returns:
- blat results
-