phenotypicForest
is an R
package that produces two types of plots:
phorest
: similar to epidemiological forest plots but used for comparing the effects of SNPs on phenotypes. Phenotypes can be grouped by themes. Phorests can also be used to compare groups of SNPs.polarHistogram
: plots a large number of histogram on a wheel, to save space.
See the vignette for some examples.
You need to install devtools
from CRAN
first (install.packages("devtools")
). Then run the command:
devtools::install_github("chrislad/phenotypicForest")
This is an update of an old package, to make it compliant with the current syntax of ggplot2
. This is really old code that could use a revamp. Be my guest! I'm not planning to spend much time on it.