kidney                  package:vsn                  R Documentation

_I_n_t_e_n_s_i_t_y _d_a_t_a _f_o_r _1 _c_D_N_A _s_l_i_d_e _w_i_t_h _t_w_o _a_d_j_a_c_e_n_t _t_i_s_s_u_e _s_a_m_p_l_e_s
_f_r_o_m _a _n_e_p_h_r_e_c_t_o_m_y (_k_i_d_n_e_y)

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

     Intensity data for 1 cDNA slide with two adjacent tissue samples
     from a nephrectomy (kidney)

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

     data(kidney)

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

     'kidney' is an exprSet containing the data from 1 cDNA chip. The
     8704x2 matrix 'exprs(kidney)' contains the spot intensities for
     the red (635 nm) and green color channels (532 nm) respectively.
     For each spot, a background estimate from a surrounding region was
     subtracted.

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

     The chip was produced in 2001 by Holger Sueltmann at the Division
     of Molecular Genome Analysis at the German Cancer Research Center
     in Heidelberg.

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

     Huber W, Boer JM, von Heydebreck A, Gunawan B, Vingron M, Fuzesi
     L, Poustka A, Sueltmann H. Transcription profiling of renal cell
     carcinoma. Verh Dtsch Ges Pathol. 2002;86:153-64. PMID: 12647365

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

     'vsn'

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

      data(kidney)
      plot(exprs(kidney), pch=".", log="xy")
      abline(a=0,b=1,col="blue")  

