pathways            package:GlobalAncova            R Documentation

_C_a_n_c_e_r _r_e_l_a_t_e_d _p_a_t_h_w_a_y_s

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

     A list of nine cancer related pathways corresponding to the van
     t'Veer data. Each element contains a vector gene names
     corresponding to those in the data set.

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

     data(pathways)

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

     The format is:  
      'List of 9'       
      '$ androgen_receptor_signaling: chr [1:72] "AW025529" "NM_001648"
     "NM_001753" "NM_003298" ...'
      '$ apoptosis                  : chr [1:187] "AB033060"
     "NM_002341" "NM_002342" "AI769763" ...'   
      '$ cell_cycle_control         : chr [1:31] "NM_001759"
     "NM_001760" "NM_001786" "NM_001789" ...' 
      '$ notch_delta_signalling     : chr [1:34] "NM_002405" "AL133036"
     "NM_003260" "NM_004316" ...' 
      '$ p53_signalling             : chr [1:33] "NM_002307"
     "NM_002392" "NM_003352" "NM_002745" ...'
      '$ ras_signalling             : chr [1:266] "D25274" "AI033397"
     "NM_003029" "NM_001626" ...'
      '$ tgf_beta_signaling         : chr [1:82] "NM_003036" "AI090812"
     "AI697699" "AI760298" ...'   
      '$ tight_junction_signaling   : chr [1:326] "D25274" "AA604213"
     "AF018081" "NM_003005" ...'  
      '$ wnt_signaling              : chr [1:176] "AB033058" "AB033087"
     "NM_003012" "NM_003014" ...'

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

     data(pathways)
     #str(pathways)

