BufferedMatrix.read.probematrixpackage:BufferedMatrixMethodsR Documentation

_R_e_a_d _C_E_L _f_i_l_e _d_a_t_a _i_n_t_o _P_M _o_r _M_M _B_u_f_f_e_r_e_d_M_a_t_r_i_x

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

     Read CEL data into 'BufferedMatrix' objects.

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

     BufferedMatrix.read.probematrix(..., filenames = character(0),celfile.path=NULL,rm.mask = FALSE, rm.outliers = FALSE, rm.extra = FALSE, verbose = FALSE,which="pm",cdfname = NULL)

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

     ...: file names separated by comma.

filenames: file names in a character vector.

celfile.path: path where CEL files are located

 rm.mask: should the spots marked as 'MASKS' set to 'NA' ? 

rm.outliers: should the spots marked as 'OUTLIERS' set to 'NA' 

rm.extra: if 'TRUE', overrides what is in 'rm.mask' and 'rm.oultiers' 

 verbose: verbosity flag 

   which: should be either "pm", "mm" or "both"

 cdfname: Used to specify the name of an alternative cdf package. If
          set to 'NULL', the usual cdf package based on Affymetrix'
          mappings will be used.

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

     A list of one or two 'BufferedMatrix' objects. Each
     'BufferedMatrix' objects is either PM or MM data. No 'AffyBatch'
     is created.

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

     Ben Bolstad bmb@bmbolstad.com

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

     'AffyBatch', 'read.affybatch'

