File: manualTest.R

package info (click to toggle)
r-bioc-affxparser 1.70.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,904 kB
  • sloc: cpp: 70,645; ansic: 1,688; sh: 13; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
celnames <- c("Test3-Tissue1-121502.cel",
              "Test3-Tissue1-121502.CEL",
              "Test3-Tissue1-121502.calvin.CEL")
cdfnames <- c("Test3.CDF", "Test3.expression.CDF")

if(!all(file.exists(c(celnames, cdfnames))))
    stop("Missing files...")
headers <- lapply(as.list(celnames), read.cel.header)