### Name: hgu95av2_dbconn ### Title: Collect information about the package annotation DB ### Aliases: hgu95av2_dbconn hgu95av2_dbfile hgu95av2_dbschema ### hgu95av2_dbInfo ### Keywords: utilities datasets ### ** Examples ## Count the number of rows in the "probes" table: dbGetQuery(hgu95av2_dbconn(), "SELECT COUNT(*) FROM probes") ## The connection object returned by hgu95av2_dbconn() was created with: dbConnect(SQLite(), dbname=hgu95av2_dbfile(), cache_size=64000, synchronous=0) hgu95av2_dbschema() hgu95av2_dbInfo()