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
At one point I got the following error message, but already all the heatmaps were generated:
Error in heatmap.cnv(obs_data, Rowv = obs_dendrogram, Colv = FALSE, cluster.by.row = TRUE, :
'RowIndividualColors' must be a character vector of length nrow(x)
Calls: <Anonymous> ... plot_subclusters -> plot_cnv -> .plot_cnv_observations -> heatmap.cnv
In addition: Warning messages:
1: In cbind(row_groupings, get_group_color_palette()(length(table(hcl_obs_annotations_groups)))[hcl_obs_annotations_groups]) :
number of rows of result is not a multiple of vector length (arg 2)
2: In cbind(split_groups, row_groupings[, 1], hcl_obs_annotations_groups, :
number of rows of result is not a multiple of vector length (arg 3)
Execution halted
But I'm not sure how to proceed after trying out and checking that all input files are in the right format.
The text was updated successfully, but these errors were encountered:
I had the same issue. It is possible that it is related to the size of the your reference and the Cairo back-end is then unable to generate a matrix of that size.
Dear All,
I'm running the code for inferCNV and everything gets generated correctly but in all the heatmaps generated the reference cell heatmap is missing.
The code I'm using for the run is as follows:
At one point I got the following error message, but already all the heatmaps were generated:
But I'm not sure how to proceed after trying out and checking that all input files are in the right format.
The text was updated successfully, but these errors were encountered: