-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adding more than 2 heatmaps side-by-side not working #123
Comments
This also fails for me: p_heatmap + patchwork::plot_spacer()
# Error in p_heatmap + plot_spacer() :
# non-numeric argument to binary operator
# In addition: Warning message:
# Incompatible methods ("+.InputHeatmap", "+.gg") for "+" |
Sorry, for the slowness of the response I have been a little overwhelmed with work recently. |
Just to mention that if someone would like to take this challenge and propose a fix, this would be more than welcome. This could be the introduction to the tidyomics project and get involved in upcoming papers! |
I tried but I did not manage to replicate For the moment this is the solution as_ComplexHeatmap(p_heatmap) +
as_ComplexHeatmap(p_heatmap) +
as_ComplexHeatmap(p_heatmap) |
Hello,
Thank you for the useful package! I am trying to add heatmaps side by side with the
+
function of ComplexHeatmap, but it doesn't work if it is more than 2 heatmapsis there a way to add more than 2 heatmaps side-by-side like in ComplexHeatmap?
The text was updated successfully, but these errors were encountered: