golubInfo              package:hddplot              R Documentation

_C_l_a_s_s_i_f_y_i_n_g _f_a_c_t_o_r_s _f_o_r _t_h_e _7_2 _c_o_l_u_m_n_s _o_f _t_h_e _G_o_l_u_b _d_a_t_a _s_e_t

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

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

     data(golubInfo)

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

     A data frame with 72 observations on the following 6 variables,
     that identifies the samples (observations) in the daa set 'Golub'

     '_S_a_m_p_l_e_s' a numeric vector: sample number

     '_B_M._P_B' a factor with levels 'BM' (from bone marrow)  'PB' (from
          peripheral blood)

     '_G_e_n_d_e_r' a factor with levels 'F' 'M'

     '_S_o_u_r_c_e' a factor with levels 'CALGB' 'CCG' 'DFCI' 'St-Jude'.
          These are the hospitals from which the sample came

     '_t_i_s_s_u_e._m_f' a factor with levels 'BM:NA' 'BM:f' 'BM:m' 'PB:NA'
          'PB:f' 'PB:m'.  This factor identifies the several
          combinations of 'source' and 'Gender'

     '_c_a_n_c_e_r' a factor with levels 'allB' 'allT' 'aml' There are two
          types of Acute Lymphoblastic Leukemia ('allB' and  'allT'),
          plus Acute Myoblastic Leukemia ('aml')

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

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

     See the help page for the dataset 'golubMerge', in the
     'golubEsets' package, for details of the source of the original
     data.

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

     Molecular Classification of Cancer: Class Discovery and Class
     Prediction by  Gene Expression Monitoring, Science, 531-537, 1999,
     T. R. Golub and  D. K. Slonim and P. Tamayo and C. Huard and M.
     Gaasenbeek and J. P. Mesirov  and H. Coller and M.L. Loh and J. R.
     Downing and M. A. Caligiuri and  C. D. Bloomfield and E. S. Lander

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

     data(golubInfo)
     str(golubInfo)

