benomylsetup            package:goCluster            R Documentation

_A _t_e_s_t _d_a_t_a_s_e_t _f_o_r _g_o_C_l_u_s_t_e_r

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

     This setup holds the complete configuration for a
     'goCluster'-analysis.

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

     data(benomylsetup)
     data(benomylsetupsmall)

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

     The configuration is stored as a list of lists. The structure
     matches the organization of the main 'goCluster'-object. The
     dataset can be found as 'dataset'-element inside the
     'data'-element of 'benomylsetup'. The small dataset holds only 100
     genes and can be used for quick tests.

_D_e_t_a_i_l_s:

     The data originates from a yeast sporulation study. You can find
     more information here:

     <URL: http://www.biozentrum.unibas.ch/primig/benomyl/>

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

     Gunnar Wrobel, <URL: work@gunnarwrobel.de>, <URL:
     http://www.gunnarwrobel.de>.

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

     data(benomylsetup)
     test <- new("goCluster")
     execute(test) <- benomylsetup

