Entering edit mode
nkvnambiar
•
0
@nkvnambiar-23563
Last seen 2.9 years ago
Hello, I am currently running "dep" package for my mass spectrometry data. Now I have the issue with generating heatmap
plot_heatmap(dep, type = "centered", kmeans = TRUE,
+ k = 6, col_limit = 4, show_row_names = FALSE,
+ indicate = c("condition", "replicate"),plot=TRUE)
Error in names(cols) <- var :
'names' attribute [7] must be the same length as the vector [2]
I have used the same data for generating pca plot and correlation plot, both were generated without any error. It would be a great help, if someone could point out me my mistake.
Many thanks in advance