Hello,everyone! We know that beadarray can handle bead-level data, but it seems that there is no way for lumi to do this.
lumi could read 'summarized intensities' in, just as follows:
#summarized expression profile for two samples ProbeID AVG_SIGNAL-1 DETECTION-1 AVG_SIGNAL-2 DETECTION-2 ILMN_1762337 56.86815 0.9538867 67.17416 0.3241107 ILMN_1736007 71.69266 0.3254282 73.8208 0.1172596<font face="sans-serif, Arial, Verdana, Trebuchet MS"> </font>
but no way to read in this directly:
#a bead-level text file for one sample, contains 'array_address_id intensity locX locY' Code Grn GrnX GrnY 10008 2530 697.5355 3672.499 10008 2881 1112.538 6927.974
I had tried to read in this kind of files by lumiR or lumiR.batch by extracting the 'array_address_id' and 'intensity'-'Code' and 'Grn' above, it seems to be worked! But I couldn't prove that it is a right way.
Any idea for these?
Thank you! Actually, I'm not familiar to the IGS but I'm glad to have a try later.By the way, maybe it's another solution for me by @Mike Smith.