samplePointMatrix-class       package:KCsmart       R Documentation

_S_a_m_p_l_e _p_o_i_n_t _m_a_t_r_i_x

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

     A sample point matrix resulting from a call to calcSpm

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

     Objects can not be created by the user directly but rather through
     calcSpm.

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


     '_t_o_t_a_l_L_e_n_g_t_h': The total length of the sample point matrix,
          measures in sample points

     '_m_a_x_y': The maximum KC score attained over the sample point matrix 

     '_m_i_n_y': The minimum KC score attained over the sample point matrix 

     '_s_a_m_p_l_e_D_e_n_s_i_t_y': The sample density used to calculate the sample
          point matrix. ie the distance between two points in the
          sample point matrix, measured in base pairs. 

     '_s_i_g_m_a': The sigma used for the kernel to calculate the sample
          point matrix.

     '_m_i_r_r_o_r_L_o_c_s': The mirror locations list used to calculate the
          sample point matrix

     '_p_r_o_b_e_A_n_n_o_t_a_t_i_o_n': The original probe annotation from the input
          data.

     '_d_a_t_a': The sample point matrix data points in the form of a list
          where each list element represents a chromosome.

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


     _p_l_o_t 'signature(x = "samplePointMatrix")': ... 

     _s_h_o_w 'signature(object = "samplePointMatrix")': ... 

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

     showClass("samplePointMatrix")

