AffyRNAdeg               package:affy               R Documentation

_F_u_n_c_t_i_o_n _t_o _a_s_s_e_s_s _R_N_A _d_e_g_r_a_d_a_t_i_o_n _i_n _A_f_f_y_m_e_t_r_i_x _G_e_n_e_C_h_i_p _d_a_t_a.

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

     Uses ordered probes in probeset to detect possible RNA
     degradation. Plots and statistics used for evaluation.

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

     AffyRNAdeg(abatch,log.it=TRUE)
     summaryAffyRNAdeg(rna.deg.obj,signif.digits=3)
     plotAffyRNAdeg(rna.deg.obj, transform = "shift.scale", cols = NULL,
                      ...)

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

  abatch: An object of class 'AffyBatch-class'.

  log.it: A logical argument: If log.it=T, then probe data is log2
          tranformed

rna.deg.obj: Output from AffyRNAdeg

signif.digits: Number of significant digits to show.

transform: Possible choices are "shift.scale","shift.only", and
          "neither".  "Shift" vertically staggers the plots for
          individual chips, to make the display easier to read. "Scale"
          normalizes so that standard deviation is equal to 1.    

    cols: A vector of colors for plot, length = number of chips

     ...: further arguments for 'plot' function.

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

     Within each probeset, probes are numbered directionally from the
     5' end to the 3' end. Probe intensities are averaged by probe
     number, across all genes.   If log.it='FALSE' and
     transform="Neither", then  plotAffyRNAdeg  simply shows these
     means for each chip.  Shifted and scaled versions of the plot can
     make it easier to see.

_V_a_l_u_e:

     'AffyRNAdeg' returns a list with the following components: 

sample.names : names of samples, derived from affy batch object

means.by.number: average intensity by probe position

     ses: standard errors for probe position averages

   slope: from linear regression of means.by.number

  pvalue: from linear regression of means.by.number

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

     Leslie Cope

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

     data(affybatch.example)
     RNAdeg<-AffyRNAdeg(affybatch.example)
     plotAffyRNAdeg(RNAdeg)

