-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use pheatmap instead of aheatmap? #224
Comments
+1 for this! pheatmap looks really good and perhaps is more robust than
aheatmap..
…On Fri, Sep 29, 2017 at 7:45 AM Elizabeth Purdom ***@***.***> wrote:
Look into using pheatmap which is like aheatmap but puts names on side
(like my hack does, but built into the function, and also for genes).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#224>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AID1aG62MQGgott9l2BRJOl_VmGC2HvSks5snNhegaJpZM4Poj5r>
.
|
@drisso One question I had was whether pheatmap works with par(mfrow=c(1,2)) so that you can do side by side heatmaps (or other graphs) with pheatmap? I've just fixed a bug in I think the first step would be an option to switch between them. Which would be complicated because their arguments are called different things, so all of the arguments that people just pass to aheatmap would not work with pheatmap. |
Indeed
Indeed Side-by-side is a big feature for me, but I agree working within RStudio is pretty important for many. |
Yeah, I understand your point. I'm using RStudio and R markdown pretty much all the time now, so I never use side-by-side graphs and having a heat map that works with RStudio is a big plus for me. Perhaps the only way around this would be to give the option of using one or the other. But I'm not sure this is ideal either... especially because it will require some non-trivial adjustments to the plotHeatmap functions. |
Look into using pheatmap which is like aheatmap but puts names on side (like my hack does, but built into the function, and also for genes).
The text was updated successfully, but these errors were encountered: