An R package for prioritizing candidate genes from GWA studies.
Ensure remotes package is installed.
install.packages("remotes")Install panvaR:
remotes::install_github("danforthcenter/panvaR", build_vignettes = TRUE)We have also implemented a GUI for visualizing results. To use the GUI run:
library(panvaR)
panvar_gui()To get started, check out the documentation here.
Please let us know if there are problems with the package via the github issues page. We are always open to improving the ease of use so please inform us of any potential improvements. Thanks for using our tool!