Displaying 1 result from an estimated 1 matches for "poptr_0001s00610".
2011 Jun 21
0
"subscript out of bounds" error when trying to make heatmap
...to '==0'. 
MY INPUT/OUTPUT 
# My data set is seven columns of gene names
 head(setlist[1:3])
               BUD      MALE_CATKIN    FEMALE_CATKIN
1 POPTR_0001s00240 POPTR_0001s00240 POPTR_0001s00240
2 POPTR_0001s00320 POPTR_0001s00510 POPTR_0001s00260
3 POPTR_0001s00330 POPTR_0001s00700 POPTR_0001s00610
4 POPTR_0001s00610 POPTR_0001s00740 POPTR_0001s00700
5 POPTR_0001s00680 POPTR_0001s00950 POPTR_0001s00870
6 POPTR_0001s00700 POPTR_0001s01130 POPTR_0001s00950
# The error I'm getting is at this step
> paMA <- overLapper(setlist=setlist, type="intersects", complexity=2)[[2]];
&g...