Open ccanavati opened 6 months ago
m = matrix(rnorm(100), 10) x = rnorm(10) Heatmap(m, right_annotation = rowAnnotation(numeric = anno_numeric(x)))
When I run this example code, this is the output I get: Error in anno_numeric(x) : could not find function "anno_numeric"
Any advice? (I downloaded the latest ComplexHeatmap package from Github by devtools
You should give your verision of ComplexHeatmap
When I run this example code, this is the output I get: Error in anno_numeric(x) : could not find function "anno_numeric"
Any advice? (I downloaded the latest ComplexHeatmap package from Github by devtools