Class GoldenPath

java.lang.Object
ubic.gemma.core.goldenpath.GoldenPath
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
GoldenPathQuery, GoldenPathSequenceAnalysis

public abstract class GoldenPath extends Object implements AutoCloseable
Perform useful queries against GoldenPath (UCSC) databases.
Author:
pavlidis
  • Field Details

    • log

      protected static final org.apache.commons.logging.Log log
  • Constructor Details

    • GoldenPath

      public GoldenPath(Taxon taxon)
      Create a GoldenPath database for a given taxon.
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getDataSource

      protected DataSource getDataSource()
    • getJdbcTemplate

      protected org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
    • getSearchedDatabase

      protected ExternalDatabase getSearchedDatabase()
    • getTaxon

      public Taxon getTaxon()