Changes between Version 8 and Version 9 of SOPs/normalize_ma


Ignore:
Timestamp:
10/08/13 15:46:09 (11 years ago)
Author:
byuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/normalize_ma

    v8 v9  
    2626    arrayQualityMetrics(eset, outdir="QC", force=TRUE)
    2727   
     28    # arrayQualityMetrics using oligo package
     29    library(arrayQualityMetrics)
     30    library(oligo)
     31    library(pd.huex.1.0.st.v2)
     32    geneCELs =list.celfiles(full.names = TRUE)
     33    affyGeneFS = read.celfiles(geneCELs)
     34    eset.oligoGeneCore = rma(affyGeneFS, target = "core")
     35    arrayQualityMetrics(eset.oligoGeneCore, outdir="QC", force=TRUE)
     36
     37
    2838    #Agilent (arrayQualityMetrics) on 2-color
    2939    library(arrayQualityMetrics)