You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the tutorial presented here: https://taxonomy.shinyapps.io/scrattch_tutorial with the tasic2016data. However, I am having problems when plotting the heatmaps (display.result = display_cl(onestep.result$cl, norm.dat, plot=TRUE, de.param=de.param), I got the following error:
Error in is.null(Rowv) || is.na(Rowv): 'length = 2' in coercion to 'logical(1)'
Traceback:
I am commenting here to bring this issue some traction. I am also having the same problem and I suspect it has to do with the version of R; if the parameter plot=FALSE there is no error, and no plot. The heatmap plotting function is not compatible with anything more recent than R 4.2. Can the developers give this issue some attention and update the plotting function please?
Hello scrattch.hitcat team,
I am following the tutorial presented here: https://taxonomy.shinyapps.io/scrattch_tutorial with the tasic2016data. However, I am having problems when plotting the heatmaps (display.result = display_cl(onestep.result$cl, norm.dat, plot=TRUE, de.param=de.param), I got the following error:
Error in is.null(Rowv) || is.na(Rowv): 'length = 2' in coercion to 'logical(1)'
Traceback:
. prefix = prefix, labels = NULL, by.cl = TRUE, min.sep = min.sep,
. main = main, height = height, width = width)
. col = col, trace = "none", dendrogram = "none", cexCol = cexCol,
. cexRow = cexRow, ColSideColors = ColSideColors[, ord], breaks = breaks,
. colsep = sep, sepcolor = "black", main = main, key = key,
. density.info = "none")
I was wondering if you could help me with this issue.
Thank you
The text was updated successfully, but these errors were encountered: