-
Notifications
You must be signed in to change notification settings - Fork 3
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
plot module #35
Comments
I’d like to avoid introducing inconsistencies if possible (don’t know what the status of this is). For instance, plotrix, heatmap.2 etc just do it objectively wrong. We should try really, really hard to create APIs compatible with ggplot’s grammar of graphics, and with tidy data. |
This is exactly what I'm trying to do. However, there is things that |
|
While you are working on this, can you also integer the options of heatmap3 (https://github.com/slzhao/heatmap3) for the annotation. Even, if I have to override some part of the function (and Nuno has also his own improved version) this package gives a nice overview of what I mean (http://www.biomedcentral.com/1471-2105/15/S10/P16/figure/F1) |
Greg Jordan wrote some ggplot-based code for plotting trees for Phylosim, GregS On Thu Feb 19 2015 at 10:08:32 AM M.P. Barzine [email protected]
|
Task list before merge into
develop
Consider what's implemented in the
ggfortify
,GGally
,ggdendro
,ggRandomForests
, andggmcmc
packages.color
categoricalcategorical + continuouslabel
matrix
heatmap
pheatmap interface that respectsdf
conventionsvenn
size-proportionaltree plots?linear_fit
volcano
The text was updated successfully, but these errors were encountered: