Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the anno_numeric function #1177

Open
ccanavati opened this issue Apr 24, 2024 · 0 comments
Open

Issue with the anno_numeric function #1177

ccanavati opened this issue Apr 24, 2024 · 0 comments

Comments

@ccanavati
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant