disease                 package:CLL                 R Documentation

_T_h_e _p_h_e_n_o_t_y_p_e _d_a_t_a _f_o_r _t_h_e _C_L_L _m_i_c_r_o_a_r_r_a_y _d_a_t_a

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

     The disease data frame consists of two variables: SampleID, which
     is the CEL file for the sample, and Disease, which is whether the
     sample came from a patient that was stable or progressive in terms
     of CLL disease progression.

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

     data(disease)

_F_o_r_m_a_t:

     A data frame with 24 observations on the following 2 variables.

     '_S_a_m_p_l_e_I_D' a character string refer to the CEL file of the sample

     '_D_i_s_e_a_s_e' a factor with levels 'progres.' 'stable'; this variable
          refers to whether the patient was progressive or stable in
          regards to CLL disease progression

_S_o_u_r_c_e:

     The CLL microarray data came from  Dr. Sabina Chiaretti at
     Division of Hematology, Department of Cellular Biotechnologies and
     Hematology, University La Sapienza, Rome, Italy and Dr. Jerome
     Ritz at Department of Medicine, Brigham and Women's Hospital,
     Harvard Medical School, Boston, Massachusetts.

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

     data(disease)

