getProbeDataAffy         package:matchprobes         R Documentation

_R_e_a_d _a _d_a_t_a _f_i_l_e _d_e_s_c_r_i_b_i_n_g _t_h_e _p_r_o_b_e _s_e_q_u_e_n_c_e_s _o_n _a_n _A_f_f_y_m_e_t_r_i_x _g_e_n_e_c_h_i_p

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

     Read a data file describing the probe sequences on an Affymetrix
     genechip

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

     getProbeDataAffy(arraytype, datafile, pkgname = NULL, comparewithcdf = TRUE)

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

arraytype: Character. Array type (e.g. 'HG-U133A')

datafile: Character with the filename of the input data file, or a
          connection (see example). If omitted a default name is
          constructed from 'arraytype' (for details you will need to
          consult this function's source code).

 pkgname: Character. Package name. If NULL the name is derived from
          'arraytype'.

comparewithcdf: Logical. If TRUE, run a consistency check against a CDF
          package of the same name (what used to be Laurent's
          "extraparanoia".)

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

     This function serves as an interface between the (1)
     representation of array probe information data in the packages
     that are generated by 'makeProbePackage' and (2) the vendor- and
     possibly version-specific way the data are represented in
     'datafile'.

     'datafile' is a tabulator-separated file with one row per probe,
     and column names ''Probe X'', ''Probe Y'', ''Probe Sequence'', and
     ''Probe.Set.Name''. See the vignette for an example.

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

     A list with three components 

 dataEnv: an environment which contains the data frame with the probe
          sequences and the other probe data.

  symVal: a named list of symbol value substitutions which can be used
          to customize the man pages. See 'createPackage'.

 pkgname: a character with the package name; will be the same as the
          function parameter 'pkgname' if it was specified; otherwise,
          the name is constructed from the parameter 'arraytype'.

     normal-bracket36bracket-normal

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

     makeProbePackage

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

       ## Please refer to the vignette

