Skip to content

READING NOTES

caprice edited this page Oct 27, 2016 · 25 revisions
  • description of library(AffyRNADegradation)
  • Still reading
  • pointed out drawbacks of 3'/5' control probes (saturation) and affyslope (background hybridization)
    "The screening of nearly three thousand public available GeneChip array data suggests that there is noticeable degradation effect in the majority data files and that 2% of the files were even so severely degraded that their worth was questionable." (p.2)
  • Super famous paper
  • proposes three normalization techniques and implements in library(affy). Points out drawbacks of two traditional normalization approaches.
    • proposals
      1. Cyclic loess
      • based on MAplot [Dudoit et al. 2002]
        • MA plot is useful for comparing the expression values between two samples
      • pairwise. time-consuming
      • loess (LOcal regrESSion)
      1. Contrast based method
      • faster than cyclic loess
      1. Quantile normalization
      • based on QQ-plot idea
      • simpler than other two methods
      • Is the assumption of 'all probe intensities have the same distribution' valid?
    • traditional approaches
      1. Scaling method (Affymetrix's approach)
      2. non-linear method ([Schadt et al. 2001, 2002] approach)
  • "Baseline array" is the array having "the median of the median intensities"
  • Next paper:
    • Hartemink 2001: comprehensive lists for obscuring variation
  • Questions:
    • What is "MAS 5.0 Statistical algorithm" by Affymetrix?
Clone this wiki locally