Smpd0                 package:LMGene                 R Documentation

_S_a_m_p_l_e _a_r_r_a_y _d_a_t_a _f_o_r _L_M_G_e_n_e

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

     'exprSet' class data

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

     data(Smpd0)

_F_o_r_m_a_t:

     The format is: Formal class 'exprSet' [package "Biobase"] with 6
     slots ..@ exprs      : int [1:100, 1:8] 474 2156 166 246 344 269
     249 127  .. ..- attr(*, "dimnames")=List of 2 .. .. ..$ : chr
     [1:100] "570" "27" "42" "155" ... .. .. ..$ : chr [1:8] "X1" "X2"
     "X3" "X4" ... ..@ se.exprs   : logi[0 , 0 ]  ..@ phenoData 
     :Formal class 'phenoData' [package "Biobase"] with 6 slots .. ..
     ..@ : Factor w/ 2 levels "R","G": 1 2 1 2 1 2 1 2 .. .. ..@ :
     Factor w/ 8 levels "1","2","3","4",..: 1 1 2 2 3 3 4 4 .. .. ..@ :
     Factor w/ 2 levels "P","S": 1 2 2 1 1 2 2 1 .. .. ..@ : chr "dye"
     .. .. ..@ : chr "slide" .. .. ..@ : chr "treat" .. .. ..- attr(*,
     "dim")= int [1:2] 3 2 .. .. ..- attr(*, "dimnames")=List of 2 ..
     .. .. ..$ : chr [1:3] "dye" "slide" "treat" .. .. .. ..$ : chr
     [1:2] "pData" "varLabels" ..@ description:Formal class 'MIAME'
     [package "Biobase"] with 11 slots .. .. ..@ name          : chr ""
     .. .. ..@ lab           : chr "" .. .. ..@ contact       : chr ""
     .. .. ..@ title         : chr "" .. .. ..@ abstract      : chr ""
     .. .. ..@ url           : chr "" .. .. ..@ samples       : list()
     .. .. ..@ hybridizations: list() .. .. ..@ normControls  : list()
     .. .. ..@ preprocessing : list() .. .. ..@ other         : list()
     ..@ annotation : chr "" ..@ notes      : chr ""

_D_e_t_a_i_l_s:

     identical with 'neweS(Smpd,vlist)'

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

     #library
     library(Biobase)
     library(LMGene)

     #data
     data(Smpd)
     data(vlist)

     Smpdt<-neweS(Smpd,vlist)

     data(Smpd0)
     identical(Smpd0, Smpdt)

