fibroEset             package:fibroEset             R Documentation

_D_a_t_a _f_r_o_m _t_h_e _m_i_c_r_o_a_r_r_a_y _e_x_p_e_r_i_m_e_n_t _o_f _h_u_m_a_n, _b_o_n_o_b_o _a_n_d _g_o_r_i_l_l_a _c_u_l_t_u_r_e_d _f_i_b_r_o_b_l_a_s_t_s _d_o_n_e _b_y _K_a_r_a_m_a_n _e_t _a_l. (_2_0_0_3)

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

     Total RNA from early-passage primary fibroblast cell lines from 18
     human, 10 bonobo and 11 gorilla donors was extracted and
     gene-expression analysis performed using Affymetrix U95Av2.

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

     data(fibroEset)

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

     Expression set with 12625 genes and 46 samples. 
      There are 2 covariates listed.

        *  'samp': sample code.

        *  'species': The species the sample was obtained from. 
             h: human (Homo sapiens), b: bonobo (Pan paniscus), g:
           gorilla (Gorilla gorilla)

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

     Data preprocessing (as described in the publication): 
      The raw expression scores for every gene in every sample were
     generated using AFFYMETRIX GENECHIP 5.0. Normalization was done by
     calculating multiplicative scaling factors on the basis of the
     median intensity of the 60th to 95th percentile of gene-expression
     scores. All gene-expression scores below 100 were set to 100 to
     minimize noise associated with less robust measurements of rare
     transcripts.

     The usage of a human chip can cause mismatches between the ape RNA
     samples and human oligonucleotide probes. Because 16 perfect match
     probes interrogate each gene, the effect of mismatches should be
     minimal (Hacia et al. 1998).

_S_o_u_r_c_e:

     <URL: http://lichad.usc.edu/supplement/index.html>

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

     Karaman M.W., Houck M.L., Chemnick L.G., Nagpal S., Chawannakul
     D., Sudano D., Pike B.L., Ho V.V., Ryder O.A. & Hacia J.G. (2003)
     Comparative Analysis of Gene-Expression Patterns in Human and
     African Great Ape Cultured Fibroblasts. _Genome Research_ *13*,
     1619-1630.

     Hacia J.G. et al. (1998) Evolutionary sequence comparisons using
     high-density oligonucleotide arrays. _Nature genetics_ *18*,
     155-158.

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

     library(Biobase)
     data(fibroEset)
     xx <- exprs(fibroEset)
     colnames(xx) <- as.character(fibroEset$species)
     dim(xx)
     xx[1:5,1:5]
     fibroEset$species
     geneNames(fibroEset)[1:20]

