## build an instance
library(hgu95acdf)
cdfenv.hgu95a <- wrapCdfEnvAffy(hgu95acdf, 640, 640, "HG-U95A")
show(cdfenv.hgu95a)
## find the indexes for a probe set (pm only)
ip <- indexProbes(cdfenv.hgu95a, "pm", "1000_at")[[1]]
## get the XY coordinates for the probe set
xy <- index2xy(cdfenv.hgu95a, ip)
## plot the chip
plot(cdfenv.hgu95a)
## plot the coordinates
plotLocation(xy)
## subset the environment
cdfenv.hgu95a.mini <- cdfenv.hgu95a["1000_at"]
Run the code above in your browser using DataLab