oGtypeExSet-class          package:GGtools          R Documentation

_C_l_a_s_s "_o_G_t_y_p_e_E_x_S_e_t" ~~~

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

     Experimental class for combining oligo SnpCallSet with
     ExpressionSet

_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("oGtypeExSet", 
     snpCalls=list(), dbConns=list(), x)' where 'x' is an
     'ExpressionSet' instance.

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


     '_s_n_p_C_a_l_l_s': Object of class '"list"' named list of 'SnpCallSet'
          instances  

     '_d_b_C_o_n_n_s': Object of class '"list"' list of SQLite connections for
          SNP annotation structures 

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

     '_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 'ExpressionSet-class', directly. Class 'eSet-class', by
     class "ExpressionSet", distance 2. Class 'VersionedBiobase-class',
     by class "ExpressionSet", distance 3. Class 'Versioned-class', by
     class "ExpressionSet", distance 4.

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

     No methods defined with class "oGtypeExSet" in the signature.

_N_o_t_e:

     addAnno, getSNPindices, and tx.rsnum need further development.

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     # use new("oGtypeExSet", snpCalls=list(Nsp=nspCalls, Sty=styCalls),
     #    dbConns=list(), x3pSet)
     showClass("oGtypeExSet")

