HmmPredict-class         package:VanillaICE         R Documentation

_C_l_a_s_s _f_o_r _t_h_e _h_i_d_d_e_n _M_a_r_k_o_v _m_o_d_e_l _r_e_s_u_l_t_s

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

     Contains the predictions for the hidden states and a list of
     breakpoint matrices.  Each element in the list corresponds to the
     breakpoints identified in one sample.

_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("HmmPredict",
     states, predictions, breakpoints, SnpClass)'.

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


     '_s_t_a_t_e_s': Object of class 'character'. Character string of the
          hidden states.

     '_p_r_e_d_i_c_t_i_o_n_s': Object of class 'matrix'. Matrix of predictions.

     '_b_r_e_a_k_p_o_i_n_t_s': Object of class 'list'.  List of matrices.  Each
          element is the matrix of breakpoints for one sample.

     '_S_n_p_C_l_a_s_s': Object of class 'character'. The class of SNP data
          (e.g., 'oligoSnpSet') 

     '_f_e_a_t_u_r_e_D_a_t_a': Object of class 'AnnotatedDataFrame'

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


     _S_n_p_C_l_a_s_s 'signature(object = "HmmPredict")': Accessor for class of
          SNP data

     [ 'signature(x = "HmmPredict")': Subsetting the predictions

     _b_r_e_a_k_p_o_i_n_t_s 'signature(object = "HmmPredict")': Accessor for the
          list of breakpoints

     _b_r_e_a_k_p_o_i_n_t_s<- 'signature(object = "HmmPredict", value =
          "data.frame")': Replacement method for breakpoints    

     _f_D_a_t_a 'signature(object="HmmPredict")': Accessor for the data
          frame of all feature-level (SNP-level) annotation (e.g.,
          physical position)

     _f_e_a_t_u_r_e_D_a_t_a 'signature(object = "HmmPredict")': Accessor for the
          featureData

     _f_e_a_t_u_r_e_N_a_m_e_s 'signature(object = "HmmPredict")': Character string
          of SNP identifiers

     _g_e_t_P_a_r 'signature(object = "HmmPredict")': Graphical parameters.

     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "HmmPredict")'  

     _p_o_s_i_t_i_o_n 'signature(object = "HmmPredict")': Accessor for the
          physical position of SNPs in the object 'HmmPredict'

     _p_r_e_d_i_c_t_i_o_n_s 'signature(object = "HmmPredict")': Accessor for the
          predictions

     _p_r_e_d_i_c_t_i_o_n_s<- 'signature(object = "HmmPredict", value="matrix")':
          Replacement method for predictions    

     _s_a_m_p_l_e_N_a_m_e_s 'signature(object = "HmmPredict")': Sample names

     _s_h_o_w 'signature(object = "HmmPredict")'

     _s_t_a_t_e_s 'signature(object = "HmmPredict")': Accessor for hidden
          states

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

     R. Scharpf

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

     'hmm'

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

     showClass("HmmPredict")

