Skip to content

Commit

Permalink
script for making dilution eset
Browse files Browse the repository at this point in the history
Former-commit-id: dffa945
  • Loading branch information
mikelove committed Feb 3, 2014
1 parent ee3381f commit 6c03242
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rscripts/dilution.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
library(affy)
fns <- list.celfiles(path="CEL",full=TRUE)
CelData <- ReadAffy(filenames=fns,verbose=TRUE)
dilution <- rma(CelData,verbose=TRUE)
save(dilution, file="dilution.RData")

0 comments on commit 6c03242

Please sign in to comment.