checkexperiment            package:drfit            R Documentation

_C_h_e_c_k _r_a_w _d_a_t_a _f_r_o_m _a _s_p_e_c_i_f_i_e_d _e_x_p_e_r_i_m_e_n_t _o_r _m_i_c_r_o_t_i_t_e_r _p_l_a_t_e

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

     Report metadata from a specified experiment or microtiter plate
     from a specified database, box plot controls, and plot the
     dose-response data.

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

       checkplate(id, db = "cytotox")
       checkexperiment(id, db = "ecotox", endpoint = "%")

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

      id: The id of the experiment or the plate identifying it within
          the database.

      db: The database to be used. Currently, the microtiter plate
          databases "cytotox", "enzymes" of the UFT Department of
          Bioorganic Chemistry are supported, as well as the database
          of ecotoxicity experiments "ecotox".

endpoint: The endpoint that should be used for selecting the data. Only
          important if the database "ecotox" is used. Defaults to "%".

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

     The function lists a report and shows two graphs side by side.

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

     Johannes Ranke  jranke@uni-bremen.de  <URL:
     http://www.uft.uni-bremen.de/chemie/ranke>

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

     # Check plate number 3 in the cytotox database
     ## Not run: checkplate(3)

