channelNames             package:Biobase             R Documentation

_R_e_t_r_i_e_v_e _c_h_a_n_n_e_l _n_a_m_e_s _f_r_o_m _o_b_j_e_c_t

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

     This generic function reports the channels present in an object.

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

     channelNames(object, ...)

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

  object: An S4 object, typically derived from class 'eSet'

     ...: Additional argument, not currently used.

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

     'character'.

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

     Biocore

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

     obj <- new("NChannelSet",
                R=matrix(runif(100), 20, 5),
                G=matrix(runif(100), 20, 5))
     channelNames(obj)
       

