readPositionalInfo          package:snapCGH          R Documentation

_r_e_a_d_P_o_s_i_t_i_o_n_a_l_I_n_f_o

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

     This function automatically inserts information about the
     chromosomal postional of a clone into the $genes matrix of an
     RGList or MAList. This information is used in all the available
     segmentation methods as well as many of the plotting functions
     available in snapCGH.

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

     readPositionalInfo(input, source, path = NULL)

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

   input: An object of class 'RGList' or 'MAList'

  source: Defines which platform or technology this data was produced
          on.  Currently supported options are: "aglient", "bluefuse",
          "nimblegen".  This list will be expanded in time.

    path: Optional parameter to specify where the original data is
          stored. Defaults to the current working directory.  This
          option is only required for reading "bluefuse" data at the
          moment, as chromosome information isn't read by limma as
          default.

