getIntensityMatrix            package:vsn            R Documentation

_E_x_t_r_a_c_t _a _m_a_t_r_i_x _o_f _m_i_c_r_o_a_r_r_a_y _i_n_t_e_n_s_i_t_i_e_s _f_r_o_m _v_a_r_i_o_u_s _k_i_n_d_s _o_f _o_b_j_e_c_t_s

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

     Extract a matrix of microarray intensities from various kinds of
     objects. This function is called by the function 'vsn', and is
     normally not called by the user.

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

     getIntensityMatrix (intensities, verbose)

_A_r_g_u_m_e_n_t_s:

intensities: Object of class 'exprSet' with raw intensity values from a
          microarray experiment. Alternatively, this may be a 'matrix',
          a 'data.frame' with all numeric columns or an 'marrayRaw'
          object.

 verbose: Logical. If TRUE, some messages are printed.

_V_a_l_u_e:

     A numeric matrix.

_A_u_t_h_o_r(_s):

     Wolfgang Huber <URL: http://www.ebi.ac.uk/huber>

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

     'vsn'

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

       ## see the vignette

