checkplate               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 _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 microtiter plate from a specified
     database, box  plot positive and negative (blind) controls, and
     show the response data on the  plate.

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

       checkplate(plate,db="cytotox")

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

   plate: The number of the plate identifying it within the database.

      db: The database to be used. Currently, the databases "cytotox"
          and "enzymes" of the UFT Department of Bioorganic Chemistry
          are supported (default is "cytotox").

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

     The function lists a report and shows two graphs.

_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 1 in the cytotox database
     ## Not run: data <- checkplate(1)

