racExSet-class            package:GGBase            R Documentation

_C_l_a_s_s "_r_a_c_E_x_S_e_t" - _c_o_n_t_a_i_n_e_r _f_o_r _g_e_n_o_t_y_p_e _d_a_t_a
_i_n '_r_a_r_e _a_l_l_e_l_e _c_o_u_n_t' _f_o_r_m _a_n_d _e_x_p_r_e_s_s_i_o_n _d_a_t_a.  _A_p_p_r_o_a_c_h_i_n_g
_o_b_s_o_l_e_s_c_e_n_c_e, _s_e_e _s_m_l_S_e_t _f_o_r _m_o_r_e _e_f_f_i_c_i_e_n_t _r_e_p_r_e_s_e_n_t_a_t_i_o_n.

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

     Class "racExSet" - container for genotype data in 'rare allele
     count' form and expression data.  Approaching obsolescence, see
     smlSet for more efficient representation.

_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("racExSet",
     phenoData, experimentData, annotation, exprs, racs, rarebase,
     SNPalleles)'.

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


     '_r_a_c_A_s_s_a_y_s': Object of class '"AssayData"' S x N matrix holding
          rare allele counts 

     '_r_a_r_e_b_a_s_e': Object of class '"character"' nucleotide code for rare
          allele of each SNP in the population assayed 

     '_S_N_P_a_l_l_e_l_e_s': Object of class '"character"'  nucleotide code for
          polymorphism 

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

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

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

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

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' Bioconductor
          annotation package name 

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

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

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

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


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

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     murine examples in GGtools continue to use this structure

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

     showClass("racExSet")

