vantVeer            package:GlobalAncova            R Documentation

_G_e_n_e _e_x_p_r_e_s_s_i_o_n _d_a_t_a

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

     Normalized gene expression data for the van t'Veer example: A
     subset of 96 samples without BRCA1 or BRCA2 mutations and 1113
     genes associated with nine cancer related pathways (see also
     '?pathways') was chosen.

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

     data(vantVeer)

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

     The format is: 
      'num [1:1113, 1:96] 0.13 0.936 -0.087 0.118 0.168 -0.081 0.023
     -0.086 -0.154 0.025 ...' 
      '- attr(*, "dimnames")=List of 2'                                           
      '..$ : chr [1:1113] "AW025529" "NM_001648" "NM_001753"
     "NM_003298" ...'  
      '..$ : chr [1:96] "1" "2" "3" "4" ...'

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

     data(vantVeer)
     #str(vantVeer)

