I want to change the color scale position from the default top-right corner of the data matrix to say bottom-right corner. This http://renozao.github.io/NMF/devel/vignettes/aheatmaps.pdf says it can be achieved via layout parameter, like aheatmap(x, layout = '_'). When trying this I get
Error in aheatmap(hm, annCol = tracks, annColors = annColors, main = paste0(titleprefix, :
unused argument (layout = "_")
I'm using NMF_0.20.6, is layout available in development version only?
Thanks
I want to change the color scale position from the default top-right corner of the data matrix to say bottom-right corner. This http://renozao.github.io/NMF/devel/vignettes/aheatmaps.pdf says it can be achieved via layout parameter, like aheatmap(x, layout = '_'). When trying this I get
Error in aheatmap(hm, annCol = tracks, annColors = annColors, main = paste0(titleprefix, : unused argument (layout = "_")
I'm using NMF_0.20.6, is layout available in development version only? Thanks