Displaying 1 result from an estimated 1 matches for "my_descript".
Did you mean:
  my_describe
  
2006 May 25
1
Question regarding reading arrayvision files in limma
...ype RG , I get,
> RG
An object of class "RGList"
$R
[1] 3
$Rb
[1] 6
$G
[1] 10
$Gb
[1] 14
$targets
          FileName
ndd1_1 ndd1_1.txt
ndd1_2 ndd1_2.txt
ndd1_3 ndd1_3.txt
$source
[1] "arrayvision"
$genes
   Block Row Column    ID           Name
1     1   1      1 my_ID my_Description
2     1   1      2 my_ID my_Description
3     1   1      3 my_ID my_Description
4     1   1      4 my_ID my_Description
5     1   1      5 my_ID my_Description
7195 more rows ...
Thus, its not reading the data in the 2 forground and background channels, 
just the column indices.
Could you plea...