stamEval-class             package:stam             R Documentation

_R_e_s_u_l_t_s _o_f _a _C_o_m_p_l_e_t_e _S_t_A_M _A_n_a_l_y_s_i_s

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

     Objects of this class are returned by 'ctam.evaluate'. Results of
     all steps in a  structured analysis of microarray data are stored.

_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("stamEval",
     exprs, cv, fit, pred, testset)', but using 'stam.evaluate'  is
     recommended.

_S_l_o_t_s:

     '_c_h_i_p': Object of class '"character"', the name of the chip for 
          which the classifier net is generated.

     '_e_x_p_r_s': Object of class '"matrix"', the plain matrix of 
          expression levels [probesets x samples], rownames and
          colnames are expected to be  defined

     '_c_v': Object of class '"stamCV"', store cross validation results

     '_f_i_t': Object of class '"stamFit"', store model fit

     '_p_r_e_d': Object of class '"stamPrediction"', store  prediction
          results

     '_t_e_s_t_s_e_t': Object of class '"numeric"', indices of samples treated
           as test set. The others are used for trainig.

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

     _w_r_i_t_e_H_T_M_L 'signature(x = "stamEval")': generate HTML information
          on a  complete StAM analysis, but using 'stam.writeHTML' is
          recommended.

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

     Claudio Lottaz

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

     'stam.evaluate', 'stamCV-class',  'stamFit-class',
     'stamPrediction-class',  'stam.writeHTML'

