db               package:oligoClasses               R Documentation

_G_e_t _t_h_e _c_o_n_n_e_c_t_i_o_n _t_o _t_h_e _S_Q_L_i_t_e _D_a_t_a_b_a_s_e

_D_e_s_c_r_i_p_t_i_o_n:

     This function will return the SQLite connection to the database
     associated to objects used in oligo.

_U_s_a_g_e:

     db(object)

_A_r_g_u_m_e_n_t_s:

  object: Object of valid class. See methods.

_V_a_l_u_e:

     SQLite connection.

_M_e_t_h_o_d_s:


     _o_b_j_e_c_t = "_F_e_a_t_u_r_e_S_e_t" object of class FeatureSet

     _o_b_j_e_c_t = "_S_n_p_C_a_l_l_S_e_t" object of class SnpCallSet

     _o_b_j_e_c_t = "_D_B_P_D_I_n_f_o" object of class DBPDInfo

     _o_b_j_e_c_t = "_S_n_p_L_e_v_e_l_S_e_t" object of class SnpLevelSet

_A_u_t_h_o_r(_s):

     Benilton Carvalho

_E_x_a_m_p_l_e_s:

     ## db(object)

