Displaying 1 result from an estimated 1 matches for "my_r_scripts".
2011 Jun 21
0
"subscript out of bounds" error when trying to make heatmap
I am having trouble outputting a presence/absence heatmap using the following R script:
source("http://faculty.ucr.edu/~tgirke/Documents/R_BioCond/My_R_Scripts/overLapper.R")
I can generate the heatmap graphic. I just can't sort my columns without getting an error.
The instructions I'm following are from the Bioconductor manual here:
http://manuals.bioinformatics.ucr.edu/home/R_BioCondManual#R_graphics_heat
The specific section of instruct...