Apoptosis and MAP-Kinase example datapackage:facsDoritR Documentation

_F_A_C_S _d_a_t_a _f_o_r _c_e_l_l-_b_a_s_e_d _a_p_o_p_t_o_s_i_s _a_s_s_a_y

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

     Set of FCS 3.0 files containing FACS data for each well of a 96
     well microtitre plate

_F_o_r_m_a_t:

     'map' and 'apoptosis' are directories, each containing 96 FCS 3.0
     files derived from a FACS experiment to characterize effectors of
     the MAP-Kinase and apoptotic pathways, respectively. The files may
     be imported using function 'readFCS' (for single files) or
     function 'readCytoSet' (for all files in the directory).

_S_o_u_r_c_e:

     Mamatha Sauermann (apoptosis), Meher Majety (MAP-Kinase), both at
     DKFZ Heidelberg

_R_e_f_e_r_e_n_c_e_s:

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

     'readFCS', 'readCytoSet'

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

     apo <- readFCS(system.file("extdata", "apoptosis",
                "test2933T3.A01", package="facsDorit"))
     apo
     exprs(apo[1:3,])
     description(apo)[3:6]

     map <- readFCS(system.file("extdata", "map",
                "060304MAPK controls.A01", package="facsDorit"))
     map
     exprs(map[1:3,])
     description(map)[3:6]

