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("hirscheylab/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"))
- ddh requires a standard computer with R programming software and enough RAM to support the program functions.
- No specialized hardware is required.
- ddh has been tested on the following systems: macOS: Sonoma (14.6.1) R version 4.4.3
- Less than 5 minutes to install the required R packages.
- Up to 10 minutes if all dependencies need to be installed from scratch.
- For single pathway-pathway associations, approximately 15 minutes
Copyright (c) 2022 ddh authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MECHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.