Hi All,
I am trying to read an idat file from an Illumina genotyping array that uses VeraCode microbeads technology. This is my code and the error I get:
> library(illuminaio)
> idat <- readIDAT("E:/Ck01EC032-VBP_R001_C001_GRN.idat")
Error in idx[i, 1] : subscript out of bounds
> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] IlluminaDataTestFiles_1.3.1 illuminaio_0.8.0
loaded via a namespace (and not attached):
[1] base64_1.1 tools_3.1.2
Any help is greatly appreciated.
Thank you,
Laura