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
Hello, I'm using SCINA_1.2.0 with R version 4.3.2 (2023-10-31).
When I plotted the heatmap on my dataset, I noticed that the legend for the column colors listed all signatures as opposed to those actually assigned to my cells, with a consequent mismatch in the plot.
I think the problem is with this part of the plotheat.SCINA code:
Thanks a lot for your interest in our tool. I am sorry that we cannot maintain this repository anymore, unless it's some critical error in our codes. The first author of this work passed away sadly two years ago. So we do not have anyone with the bandwidth for this repository now. I hope you can understand. Sorry for the inconvenience
Hello, I'm using SCINA_1.2.0 with R version 4.3.2 (2023-10-31).
When I plotted the heatmap on my dataset, I noticed that the legend for the column colors listed all signatures as opposed to those actually assigned to my cells, with a consequent mismatch in the plot.
I think the problem is with this part of the plotheat.SCINA code:
legend_text = c(paste("Gene identifiers", names(signatures), sep = "_"), names(signatures), "unknown")
Thanks
The text was updated successfully, but these errors were encountered: