getX                  package:oligo                  R Documentation

_A_c_c_e_s_s_o_r_s _f_o_r _p_h_y_s_i_c_a_l _a_r_r_a_y _c_o_o_r_d_i_n_a_t_e_s.

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

     Accessors for physical array coordinates.

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

     getX(object, type)
     getY(object, type)

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

  object: 'FeatureSet' object

    type: 'character' defining the type of the probes to be queried.
          Valid options are 'pm', 'mm', 'bg'

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

     A vector with the requested coordinates.

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

     ## Not run: 
     x <- read.celfiles(list.celfiles())
     theXpm <- getX(x, "pm")
     theYpm <- getY(x, "pm")
     ## End(Not run)

