jokergoo / ComplexHeatmap

Make Complex Heatmaps
https://jokergoo.github.io/ComplexHeatmap-reference/book/
Other
1.31k stars 230 forks source link

Issue with the anno_numeric function #1177

Open ccanavati opened 6 months ago

ccanavati commented 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

Yunuuuu commented 4 months ago

You should give your verision of ComplexHeatmap