hmceuAmbB36_23a_dbconn        package:GGBase        R Documentation

_S_Q_L_i_t_e _i_n_f_r_a_s_t_r_u_c_t_u_r_e _f_o_r _S_N_P _l_o_c_a_t_i_o_n_s

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

     SQLite infrastructure for SNP locations

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

     hmceuAmbB36_23a_dbconn()
     hmceuAmbB36_23a_dbfile()

_D_e_t_a_i_l_s:

     hmceuAmbB36 23a refers to HapMap CEU Ambiguous IUPAC symbols
     denoting SNP for hapmap build 36 version 23a.

     Follows conventions of SQLite annotation package RDBMS
     referencing: the dbconn() function call above evaluates to a
     SQLiteConnection instance; the dbfile() call evaluates to a string
     giving the location of the SQLite file holding the location table.

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

     See details.

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     hmceuAmbB36_23a_dbfile()
     con = hmceuAmbB36_23a_dbconn()
     tab = dbListTables(con)
     dbGetQuery(hmceuAmbB36_23a_dbconn() , paste("select * from", tab, " limit 5"))

