Rdocumentation
powered by
Learn R Programming
oligoClasses (version 1.34.0)
db: Get the connection to the SQLite Database
Description
This function will return the SQLite connection to the database associated to objects used in oligo.
Usage
db(object)
Arguments
object
Object of valid class. See methods.
Value
SQLite connection.
Methods
object = "FeatureSet"
object of class FeatureSet
object = "SnpCallSet"
object of class SnpCallSet
object = "DBPDInfo"
object of class DBPDInfo
object = "SnpLevelSet"
object of class SnpLevelSet
Examples
Run this code
## db(object)
Run the code above in your browser using
DataLab