Sample-class              package:maDB              R Documentation

_C_l_a_s_s "_S_a_m_p_l_e"

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

     In this object information about the sample that was hybridized
     onto a micro array can be stored into.

_S_l_o_t_s:

     '_n_a_m_e': The name of the sample.

     '_g_e_n_u_s': The genus of the sample.

     '_s_p_e_c_i_e_s': The species.

     '_l_i_n_e': The cell line from wich the sample origins.

     '_i_n_d_i_v_i_d_u_a_l': The patient ID if the sample was extracted from a
          patient.

     '_s_a_m_p_l_e._p_r_o_v_i_d_e_r': The sample provider.

     '_s_e_x': Sample sex.

     '_a_g_e': Age (ov the individual).

     '_d_e_v_e_l_o_p_m_e_n_t_a_l._s_t_a_t_e': The developmental state.

     '_t_i_s_s_u_e': The tissue the sample comes from.

     '_c_e_l_l_t_y_p_e': Sample celltype.

     '_g_e_n_e_t_i_c._m_o_d_i_f_i_c_a_t_i_o_n_s': Genetic modifications of the sample.

     '_d_i_s_e_a_s_e._s_t_a_t_e': Disease state.

     '_r_e_f._t_o._c_l_i_n_i_c_a_l._d_a_t_a': References to clinical data.

     '_g_r_o_w_t_h._c_o_n_d_i_t_i_o_n_s': Sample growth conditions.

     '_i_n._v_i_v_o._t_r_e_a_t_m_e_n_t_s': Sample in vivo treatments.

     '_t_i_s_s_u_e._h_a_r_v_e_s_t_i_n_g._m_e_t_h_o_d': Tisuue harvesting method.

     '_e_x_t_r_a_c_t._m_e_t_h_o_d': Sample extraction method.

     '_m_o_l_e_c_u_l_e._t_y_p_e': Molecule type.

     '_a_m_p_l_i_f_i_c_a_t_i_o_n': Samle amplification.

     '_a_m_o_u_n_t': Sample amount.

     '_t_r_e_a_t_m_e_n_t': Sample treatment.

     '_e_x_p_o_s_u_r_e._t_i_m_e': Sample treatment exposure time.

     '_d_e_s_c_r_i_p_t_i_o_n': Sample description.

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

     _c_r_e_a_t_e_N_e_w_D_B_T_a_b_l_e 'signature(object = "Sample")': creates a new
          database table in wich objects of the type 'sample' can be
          stored into.

     _g_e_t_C_o_n_t_e_n_t_M_a_t_r_i_x 'signature(object = "Sample")': returns the
          content of the individual slots of the 'sample' object as a
          character matrix. 

     _g_e_t_P_K 'signature(object = "Sample")': checks if a sample with the
          same attributes exists already in the database and returns
          its primary key or it inserts the sample in the database and
          returns the primary key of the newly inserted sample. 

     _l_o_a_d_F_r_o_m_D_B 'signature(object = "Sample")': loads the slots of the
          'sample' object with the attributes stored in the database. 

_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:

     'EexprSet-class'

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

