arrayNames             package:beadarray             R Documentation

_G_e_t_s _t_h_e _s_t_r_i_p/_a_r_r_a_y _n_a_m_e_s _f_r_o_m _a _B_e_a_d_L_e_v_e_l_L_i_s_t _O_b_j_e_c_t

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

     Retrieves the strip/array names from a 'BeadLevelList' object.

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

     arrayNames(object, arrays=NULL)

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

  object: 'BeadLevelList'

  arrays: integer (scalar or vector) specifying the strips/arrays to
          retrieve the names of.  When 'NULL' the names of all
          strips/arrays are returned.

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

     'arrayNames' retrieves the name of the strip(s)/array(s) from the
     arrayInfo slot.

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

     A character vector containing the names of the individual
     strips(s)/array(s).

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

     Matt Ritchie

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

     data(BLData)
     arrayNames(BLData)

