read.cdffile.list package:affyio R Documentation _R_e_a_d _C_D_F _f_i_l_e _i_n_t_o _a_n _R _l_i_s_t _D_e_s_c_r_i_p_t_i_o_n: This function reads the entire contents of a cdf file into an R list structure _U_s_a_g_e: read.cdffile.list(filename, cdf.path = getwd()) _A_r_g_u_m_e_n_t_s: filename: name of CDF file cdf.path: path to cdf file _D_e_t_a_i_l_s: Note that this function can be very memory intensive with large CDF files. _V_a_l_u_e: returns a 'list' structure. The exact contents may vary depending on the file format of the cdf file (see 'check.cdf.type') _A_u_t_h_o_r(_s): B. M. Bolstad