This package contains functions for data analysis and graphing, data sets, and supporting materials for the ddh web app.
# install.packages("devtools")
devtools::install_github("heurekalabsco/ddh")
library(ddh)
# Load DDH data from your local directory
ddh::load_ddh_data(app_data_dir = "xxxx") # path to DDH data dir
# And start using DDH functions!
ddh::make_radial(input = list(content = "ROCK1"))
Hirschey M. Making data-driven hypotheses for gene functions by integrating dependency, expression, and literature data. bioRxiv 2020.07.17.208751; doi: https://doi.org/10.1101/2020.07.17.208751
Please note that the ddh project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.