cghExSet-class           package:Neve2006           R Documentation

_C_l_a_s_s "_c_g_h_E_x_S_e_t" _f_o_r _c_o_m_b_i_n_i_n_g _C_G_H _a_n_d _e_x_p_r_e_s_s_i_o_n _d_a_t_a

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

     combination of an ExpressionSet and CGH assay results

_U_s_a_g_e:

     make_cghExSet(exprs, logRatios, cloneMeta, pd, mi, anno) # pd is AnnotatedDataFrame, mi is MIAME

_A_r_g_u_m_e_n_t_s:

   exprs: matrix of expression assay results 

logRatios: matrix of aCGH assay results 

cloneMeta: AnnotatedDataFrame for aCGH clone descriptions

      pd: AnnotatedDataFrame for sample level data 

      mi: 'MIAME' instance for experiment documentation 

    anno: character string with annotation platform descriptor for
          expression data

_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("cghExSet",
     phenoData, experimentData, annotation, exprs, logRatios,
     cloneMeta)'.

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


     '_c_g_h_A_s_s_a_y_s': Object of class '"AssayData"' rectangular
          representation of logRatio data from CGH 

     '_c_l_o_n_e_M_e_t_a': Object of class '"AnnotatedDataFrame"' information on
          chromosome and offset of clones

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

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

     '_f_e_a_t_u_r_e_D_a_t_a': Object of class '"AnnotatedDataFrame"' reporter
          level metadata for expression assay results 

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

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' identifiers for
          expression and CGH platforms, as a named vector with elements
          named 'exprs' and 'logRatios' 

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

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

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

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


     _c_l_o_n_e_M_e_t_a 'signature(cghSet = "cghExSet")': extract annotated data
          frame on clone locations for CGH component 

     _c_l_o_n_e_N_a_m_e_s 'signature(cghSet = "cghExSet")': extract character
          vector of clone IDs for CGH component 

     _e_x_p_r_s 'signature(object = "cghExSet")': extract expression assay
          results 

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

     _l_o_g_R_a_t_i_o_s 'signature(cghSet = "cghExSet")': extract CGH assay
          results 

     _s_h_o_w 'signature(object = "cghExSet")': display object in concise
          form 

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

     V Carey <stvjc@channing.harvard.edu>

_R_e_f_e_r_e_n_c_e_s:

     R. M. Neve Cancer Cell Dec 2006

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

     showClass("cghExSet")
     data(neveExCGH)
     logRatios(neveExCGH)[1:4,]
     exprs(neveExCGH)[1:4,]

