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 

     '_s_n_p_L_o_c_P_a_t_h_M_a_k_e_r': Object of class '"function"' obsolete 

     '_c_h_r_o_m_I_n_d_s': Object of class '"numeric"' numeric vector indicating
          what chromosomes are represented in the 'smlEnv' 

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

     '_s_n_p_L_o_c_P_a_c_k_a_g_e': Object of class '"character"' tells what package
          houses the netCDF store for SNP location metadata 

     '_s_n_p_L_o_c_R_e_f': Object of class '"character"' tells the symbol
          exported by the snpLocPackage with which the external store
          connection can be retrieved.  That symbol refers to a SQLite
          database connection.

     '_a_c_t_i_v_e_S_n_p_I_n_d_s': Object of class '"numeric"' redundant with
          chromInds slot 

     '_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 of strings;
          element exprs gives 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 

_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")

