SMAPProfile-class            package:SMAP            R Documentation

_C_l_a_s_s "_S_M_A_P_P_r_o_f_i_l_e"

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

     Holds results from running 'smap'.

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

     Objects are not intended to be created directly but as a result
     from running 'smap.'

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


     '_H_M_M': Object of class '"SMAPHMM"'

     '_o_b_s_e_r_v_a_t_i_o_n_s': Object of class '"SMAPObservations"'

     '_P': Object of class '"numeric"' The log joint posterior
          probability of the state sequence 'Q' and parameters of 'HMM'
          given the 'observations'.

     '_Q': Object of class '"numeric"' The optimal state sequance (path)
          in the HMM.

     '_n_a_m_e': Object of class '"character"' The name of the object.

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


     _P 'signature(object = "SMAPProfile")': Returns the log joint
          posterior probability. 

     _Q 'signature(object = "SMAPProfile")': Returns the optimal state
          sequence.

     _H_M_M 'signature(object = "SMAPProfile")': Returns the optimized
          HMM.

     _n_a_m_e 'signature(object = "SMAPProfile")': Returns the name of the
          profile.

     _o_b_s_e_r_v_a_t_i_o_n_s 'signature(object = "SMAPProfile")': Returns the
          observations.

     _p_l_o_t 'signature(x = "SMAPProfile", y = "missing")': A plot method
          for the result profile.

     [ 'signature(x = "SMAPProfile")': Creates a new object of class
          SMAPProfile with extracted elements as specified by the
          indices provided.

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

     Robin Andersson, robin.andersson@lcb.uu.se

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

     Andersson, R., Bruder, C. E. G., Piotrowski, A., Menzel, U., Nord,
     H., Sandgren, J., Hvidsten, T. R., Diaz de Stahl, T., Dumanski, J.
     P., Komorowski, J., A Segmental Maximum A Posteriori Approach to
     Array-CGH Copy Number Profiling, submitted

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

     'smap', 'SMAPProfiles-class'

