SMAPObservations-class         package:SMAP         R Documentation

_C_l_a_s_s "_S_M_A_P_O_b_s_e_r_v_a_t_i_o_n_s": _A _c_l_a_s_s _t_o _m_a_n_a_g_e _m_i_c_r_o_a_r_r_a_y
_o_b_s_e_r_v_a_t_i_o_n_s _f_o_r _t_h_e _S_M_A_P _p_a_c_k_a_g_e

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

     Holds observed microarray intensity ratios and clone annotations
     for the 'SMAP' package.

_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("SMAPObservations", value, chromosome, startPosition,
     endPosition, name, reporterId)'.  You can also use the convenience
     function 'SMAPObservations'.

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


     '_v_a_l_u_e': Object of class '"numeric"' Microarray intensity ratios.

     '_c_h_r_o_m_o_s_o_m_e': Object of class '"character"' Associated chromosomes
          for the observations.

     '_s_t_a_r_t_P_o_s_i_t_i_o_n': Object of class '"numeric"' Associated start
          positions for the observations.

     '_e_n_d_P_o_s_i_t_i_o_n': Object of class '"numeric"' Associated end
          positions for the observations.

     '_r_e_p_o_r_t_e_r_I_d': Object of class '"character"' Identifiers of the
          observations, e.g., probe ids.

     '_n_a_m_e': Object of class '"character"' An identifier of the
          observation set.

     '_n_o_O_b_s_e_r_v_a_t_i_o_n_s': Object of class '"numeric"' The number of
          observations in the set.

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


     _v_a_l_u_e 'signature(object = "SMAPObservations")': Returns the values
          of the observations.

     _c_h_r_o_m_o_s_o_m_e 'signature(object = "SMAPObservations")': Returns the
          chromosome annotations of the observations.

     _s_t_a_r_t_P_o_s_i_t_i_o_n 'signature(object = "SMAPObservations")': Returns
          the start positions of the observations.

     _e_n_d_P_o_s_i_t_i_o_n 'signature(object = "SMAPObservations")': Returns the
          end positions of the observations.

     _r_e_p_o_r_t_e_r_I_d 'signature(object = "SMAPObservations")': Returns the
          identifiers of the observations.

     _n_a_m_e 'signature(object = "SMAPObservations")': Returns the name of
          the observation set.

     _n_o_O_b_s_e_r_v_a_t_i_o_n_s 'signature(object = "SMAPObservations")': Returns
          the number of observations in the set.

     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "SMAPObservations")': Creates an
          instance.

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

     [ 'signature(x = "SMAPPObservations")': Creates a new object of
          class SMAPObservations 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', 'SMAPObservations'

