db {oligoClasses}R Documentation

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 = "SnpCallSet"
object of class SnpCallSet
object = "DBPDInfo"
object of class DBPDInfo
object = "SnpLevelSet"
object of class SnpLevelSet

Author(s)

Benilton Carvalho

Examples

## db(object)

[Package oligoClasses version 1.4.0 Index]