readMage           package:AffyCompatible           R Documentation

_R_e_a_d _D_T_T (_M_A_G_E) _s_a_m_p_l_e _a_t_t_r_i_b_u_t_e _f_i_l_e_s

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

     This functions reads the content of Affymetrix DTT (MAGE) sample
     attribute files created by GCOS. Objects are represented as R
     classes. Navigation and extraction of data are described in the
     vignette `Retrieving MAGE and ARR sample attributes'.

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

     readMage(fls, ...)

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

     fls: A character vector containing the paths to files to be read.

     ...: Additional arguments, currently unused.

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

     An object or list of objects of class 'ArrayFileSet', depending on
     whether one or several file paths are provided.

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

     Martin Morgan

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

     The vignette `Retrieving MAGE and ARR sample attributes' for
     detailed illustration of use.

     'xclass' and 'readXml' for advanced access methods.

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

     dir <- system.file("extdata", "DTT", package="AffyCompatible")
     fls <- list.files(dir, full=TRUE)
     basename(fls)
     readArr(fls[[1]])

