I am trying out cummeRbund. Everything seems to be working fine. I tried most of the commands from the tutorial and they all produce reasonable output. However, when I run csHeatmap, I get the following error:
even without any arguments:
Based on some searching, this does not seem like this is a common issue, so this might be a bug related to my setup. Any idea what could be causing this?
Code:
> csHeatmap(genes(cuff)) Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘csHeatmap’ for signature ‘"CuffData"’
Code:
> csHeatmap() Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘csHeatmap’ for signature ‘"missing"’
Comment