pumapca_estrogen          package:pumadata          R Documentation

_T_h_e _d_a_t_a _f_r_o_m _t_h_e _e_s_t_r_o_g_e_n _p_a_c_k_a_g_e _p_r_o_c_e_s_s_e_d _u_s_i_n_g _t_h_e _p_u_m_a_P_C_A _a_l_g_o_r_i_t_h_m

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

     This data is taken from the 'estrogen' package. It was created to
     be used in the vignette for the 'puma' pacakge. It can be produced
     using the following code (note this could take a long time to
     run):


                     data(eset_estrogen_mmgmos)
                     pumapca_estrogen <- pumaPCA(eset_estrogen_mmgmos)


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

     data(pumapca_estrogen)

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

     An 'pumaPCARes' object containing principal components (created
     using pumaPCA) of 8 HG_U95Av2 arrays, in a 2 x 2 factorial design,
     with 2 replicates for each combination of factors. The factors are
     estrogen (absent of present) and time.h (10 or 48).

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

     'eset_estrogen_mmgmos'

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

     data(pumapca_estrogen)
     plot(pumapca_estrogen,legend1pos="right",legend2pos="top")

