extractBaseFileSpotsData     package:aroma.Base     R Documentation

_L_o_w-_l_e_v_e_l _f_u_n_c_t_i_o_n _t_o _e_x_t_r_a_c_t _a_s_s_a_y _d_a_t_a _a_n_d _s_a_v_e _i_t _t_o _f_i_l_e _i_n_s_t_e_a_d

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

     Low-level function to extract assay data and save it to file
     instead to save memory.

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

     ## Default S3 method:
     extractBaseFileSpotsData(section, serialize=TRUE, ...)

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

 section: A 'list' structure containing a 'spots' section.

serialize: If 'TRUE', non-serialized data is serialized before being
          extracted so that data is saved in seperate files for each
          assay.

     ...: Not used.

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

     Returns a 'list' with element 'section' containing the modified
     'spots' section.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

     'readBaseFileSection'().

