Displaying 1 result from an estimated 1 matches for "annotation_probesets".
2008 Mar 08
1
Errors in in my code
...don't understand. It says that it cannot open file. what file is it
looking for?
######################################################
##make sure to install and load annotationtool in R
annotation_HGU133Plus2 <- read.csv("c://affymetrix.csv", colClasses =
"character")
annotation_probesets <- scan('c://ttest.csv',skip=1,what='')
dataDirectory <- system.file("data", package = "annotationTools")
annotation_stuff <- read.csv(paste(dataDirectory,
annotation_HGU133Plus2, sep = "/"), colClasses = "character")
myPS <- c(an...