-
Notifications
You must be signed in to change notification settings - Fork 18
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
Consider using anno_mark
when complex=TRUE
and highlight.features
used in dittoHeatmap
#101
Comments
Hi guys is this implemented in |
I don't believe this has been implemented, but you can do it manually:
|
Hey, it's not implemented, no. I'd also love to see a workable example if @j-andrews7 can share one. I've not used the feature before, so seeing an example would help me a lot for (potentially) building the implementation! |
crossed paths =) |
I looked at the internals for this when I originally opened the issue, and I don't think it was too tough an addition, but it required more effort/time than I had. |
Gorgeous. Works great. Thanks Jared! Btw any easy way of controlling the font size of the genes? also guys I have a bit of a different issue as well.....sorry should probably make another issue but anyway..... The way I am calling out gaps is using the Heres my code FYI:
|
@Dragonmasterx87 You can change the font size with the
|
haha...I was about to message, I figured it out as well. Thanks, a lot @j-andrews7 .....I was calling it incorrectly in rowAnnotation..... it's been a long day. Thank you again!
fyi I figured out my gaps issue, it was actually a raster res issue. Cheers! 🐉 |
This prevents labels from overlapping but would require a bit of re-working how the
pheatmap
call is made.https://jokergoo.github.io/ComplexHeatmap-reference/book/heatmap-annotations.html#mark-annotation
The text was updated successfully, but these errors were encountered: