RatioSnpSet-class          package:SNPchip          R Documentation

_C_l_a_s_s _f_o_r _h_i_g_h _t_h_r_o_u_g_h_p_u_t _S_N_P-_l_e_v_e_l _d_a_t_a.  _T_h_e _a_s_s_a_y _d_a_t_a
_c_o_n_t_a_i_n_s _r_a_t_i_o_s _o_f _c_o_p_y _n_u_m_b_e_r.

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

     Container for high throughput SNP data for platforms that provide
     ratios as SNP-level summaries of copy number

_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("RatioSnpSet",
     calls, callsConfidence, ratio, ratioConfidence, ...)'.

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


     '_a_s_s_a_y_D_a_t_a': Object of class '"AssayData"' 

     '_p_h_e_n_o_D_a_t_a': Object of class '"AnnotatedDataFrame"' 

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

     '_e_x_p_e_r_i_m_e_n_t_D_a_t_a': Object of class '"MIAME"' 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' 

     '.___c_l_a_s_s_V_e_r_s_i_o_n__': Object of class '"Versions"'

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

     Class 'SnpLevelSet', directly. Class 'eSet',  by class
     "SnpLevelSet", distance 2. Class 'VersionedBiobase', by class
     "SnpLevelSet", distance 3. Class 'Versioned', by class
     "SnpLevelSet", distance 4.

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


     _c_n_C_o_n_f_i_d_e_n_c_e 'signature(object = "RatioSnpSet")': Accessor for
          confidence scores for the ratios 

     _c_n_C_o_n_f_i_d_e_n_c_e<- 'signature(object = "RatioSnpSet", value =
          "matrix")': Replacement method for ratio confidence scores

     _c_o_p_y_N_u_m_b_e_r 'signature(object = "RatioSnpSet")': Accessor for
          ratios.  See also 'ratio'.

     _c_o_p_y_N_u_m_b_e_r<- 'signature(object = "RatioSnpSet", value =
          "matrix")': Replacement method for ratios. 

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

     _r_a_t_i_o_C_o_n_f_i_d_e_n_c_e 'signature(object = "RatioSnpSet")': Accessor for
          confidence scores of the ratios.  See also 'cnConfidence'.

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

     RS

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

     'RatioSnpSet-methods'

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

     showClass("RatioSnpSet")

