smlSet-class             package:GGBase             R Documentation

_D_o_c_u_m_e_n_t_a_t_i_o_n _o_n
_S_4 _c_l_a_s_s "_s_m_l_S_e_t" _a_n _e_S_e_t-_d_e_r_i_v_e_d _c_o_n_t_a_i_n_e_r _f_o_r _s_n_p_M_a_t_r_i_x _l_i_s_t_s,
_a_l_l_o_w_i_n_g _e_f_f_i_c_i_e_n_t _c_o_m_b_i_n_a_t_i_o_n _o_f _S_N_P _c_h_i_p _g_e_n_o_t_y_p_i_n_g _w_i_t_h _m_i_c_r_o_a_r_r_a_y
_e_x_p_r_e_s_s_i_o_n _d_a_t_a, _a_n_d _a_l_l_i_e_d _c_l_a_s_s_e_s

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

     Documentation on S4 class "smlSet" an eSet-derived container for
     snpMatrix lists, allowing efficient combination of SNP chip
     genotyping with microarray expression data, and allied classes

_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("smlSet",
     assayData, phenoData, featureData, experimentData, annotation,
     ...)'. These objects respond to interrogation on samples,
     expression values, SNP values, and other metadata.

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


     '_s_m_l_E_n_v': Object of class '"environment"' an environment with
          single key 'smList' pointing to a list of package snpMatrix
          snp.matrix instances 

     '_o_r_g_a_n_i_s_m': Object of class '"character"' informal, "Hs"
          recommended for human 

     '_a_s_s_a_y_D_a_t_a': Object of class '"AssayData"' intended to hold
          expression data coordinated with the smlEnv data 

     '_p_h_e_n_o_D_a_t_a': Object of class '"AnnotatedDataFrame"'  standard
          sample-level data container from eSet design 

     '_f_e_a_t_u_r_e_D_a_t_a': Object of class '"AnnotatedDataFrame"'  standard
          feature-level metadata container, implied usage is for
          documenting the expresion data elements 

     '_e_x_p_e_r_i_m_e_n_t_D_a_t_a': Object of class '"MIAME"' standard metadata
          container from Biobase eSet design 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' vector giving the
          Bioconductor annotation package (.db type) for decoding
          expression feature identifiers. 

     '.___c_l_a_s_s_V_e_r_s_i_o_n__': Object of class '"Versions"' class version
          tracking 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:


     _s_m_L_i_s_t 'signature(x = "smlSet")': retrieves the actual list of
          snp.matrix entities 

     _s_m_l_E_n_v 'signature(x = "smlSet")': retrieves the environment
          holding snp.matrix entities 

     _e_x_p_r_s 'signature(x = "smlSet")': retrieves the matrix of
          expression values 

     _s_n_p_s 'signature(x = "smlSet", chr = "chrnum")': retrieves the raw
          matrix of genotype values (snp.matrix instance from snpMatrix
          package 

     '_c_o_m_b_i_n_e': concatenates expression data and forms intersection of
          SNP sets

     '_g_e_t_A_l_l_e_l_e_s(_s_m_l_S_e_t, _r_s_i_d)': returns A/B notations for SNP
          determined by rsid

_N_o_t_e:

     We have included a '[' method for snp.matrix instances that
     accepts an rsid instance as a column selector.

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     GGtools package makes extensive use of these classes and methods.

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

     showClass("smlSet")

