arrOutStruct-class        package:arrayMvout        R Documentation

_C_l_a_s_s "_a_r_r_O_u_t_S_t_r_u_c_t" _c_o_n_t_a_i_n_e_r _f_o_r _A_r_r_a_y_O_u_t_l_i_e_r_s _o_u_t_p_u_t

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

     Class "arrOutStruct" container for ArrayOutliers output

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("arrOutStruct",
     ...)'. This class just extends 'list' but has specialized 'show'
     and 'plot' methods.

_E_x_t_e_n_d_s:

     Class '"list"', from data part. Class '"vector"', by class "list",
     distance 2. Class 'AssayData', by class "list",  distance 2.

_M_e_t_h_o_d_s:


     _p_l_o_t 'signature(x = "arrOutStruct", y = "ANY")': a biplot of QA
          statistics 

     _s_h_o_w 'signature(object = "arrOutStruct")': summary report 

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     data(maqcQA)
     f1 = ArrayOutliers(maqcQA[,-c(1:2)], alpha=0.01)
     names(f1)
     f1

