Entering edit mode
Mohammad Esad-Djou
▴
520
@mohammad-esad-djou-1159
Last seen 10.2 years ago
Hello,
I would like to produce a matrix of Affybatch Object:
library(affy)
data.raw <- ReadAffy(filenames="./R/ME_cel/Expt1_R1.CEL")
> concentrations <- matrix(as.numeric(sampleNames(data.raw)), 16, 1,
byrow = TRUE)
Warning message:
NAs introduced by coercion
(Not Available / "Missing" Values)
How can I correct my errors?
Thanks,
Mohammad