getSamplesFromDB            package:maDB            R Documentation

_L_i_s_t_s _a_l_l _o_r _o_n_l_y _s_p_e_c_i_f_i_e_d _s_a_m_p_l_e_s _f_r_o_m _t_h_e _d_a_t_a_b_a_s_e.

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

     'getSamplesFromDB' This function lists all samples that are stored
     into a database with the 'publishToDB' function, or lists all
     samples that match the pattern submitted.

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

     getSamplesFromDB(Con,table.name="samples",pattern)

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

     Con: A connection object (create it with the dbConnect.PgSQL.conn
          function from the package RdbiPgSQL)

table.name: The same of the table that contains the information about
          the samples.

 pattern: A pattern that can be used to search for in all columns of
          the table.

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

     This function returns a table with all samples stored in the
     database, or searches for those entries, that correspond to the
     pattern submitted.

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

     Johannes Rainer

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

     'publishToDB' 'EexprSet-class'

