qua                 package:kidpack                 R Documentation

_r_e_n_a_l _c_e_l_l _c_a_n_c_e_r _r_a_w _d_a_t_a

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

     renal cell cancer raw data

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

     data(qua)
     data(spotanno)
     data(hybanno)

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

     'qua' is an '8704x4x175' array. Its first dimension are the spots
     (probes) on the arrays, its second dimension are four different
     spot statistics ('fg.green', 'bg.green', 'fg.red', 'bg.red'), its
     third dimension are the 175 different arrays.

     'spotanno' is a data frame with 8704 rows, one for each spot. Its
     columns are: 'Block', 'Row', 'Column', 'AccNumber', 'Name',
     'SrcPlt', 'SrcRow', 'SrcCol', 'vendor',  'ImageID', 'probe'. The
     column 'spotanno$probe' is of class 'numeric', with values from 1
     to 4224, referring to the rows of 'cloneanno'.

     'hybanno' is a data frame with 175 rows, one for each array. Its 
     columns are: 'filename', 'patientid', 'slideid'. The column
     'patientid' is of class 'character', refering to the patients in 
     'pData(eset)'.

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

     Holger Sueltmann, DKFZ. Also available from  ArrayExpress,
     Accession number E-DKFZ-1.

     The data import fro Genepix files and Excel tables, and the
     preprocessing is described in the files preproc.Rnw and
     preproc.pdf in the 'scripts' subdirectory of the package. Please
     refer to these for details!

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

     Gene expression in kidney cancer is associated with novel tumor
     subtypes,  cytogenetic abnormalities and metastasis formation.
     Holger Sueltmann, Anja von Heydebreck, Wolfgang Huber, Ruprecht
     Kuner,  Andreas Buness, Markus Vogt, Bastian Gunawan, Martin
     Vingron,  Laszlo Fuezesi, and Annemarie Poustka. Submitted.

_S_e_e _A_l_s_o:

     'eset'

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

     data(qua)
     qua[1,,1]
     data(spotanno)
     spotanno[1,]
     data(hybanno)
     hybanno[1,]

     ## see also the vignette

