Dear bioconductor people.

I am using the beadarray package for working with Illumina bead data. In 
beadarray version 1.4 following code works fine for reading the data:

/targets=read.table(file="./5645810041_txt-Datein/targets.txt",header=T)
a<-readIllumina(path="./5645810041_txt-Datein",arrayNames=targets[,"ArrayName"],useImages=F,metrics=T,
             textType=".csv",metricsFile="./5645810041/Metrics.txt")/

With the new beadarray version 2.02. It does not work anymore. With a 
simplified code line

/a<-readIllumina(useImages=F,metrics=T)/

it says cannot open path/5645810041_txt-Datein/NA no such file or directory.

How do I have to specify the filename, so it does not want to open a 
file named "NA.txt"? By the way, if I rename my first datafile in 
NA.txt, it says

Unknown input format!
Expected 4 columns for single channel data or 7 columns for two channel data

This is how my file looks like (I also tried to change the , into tab 
but it does not work either:

Illumicode,N,Mean GRN,Dev GRN
10008,36,646,124
10010,17,91,21
10014,12,72,11
10017,19,83,17
10019,30,216,39
...

Thanks in advance for your help Daniela

	[[alternative HTML version deleted]]

