/ddh

package containing raw functions to support the ddh app

Primary LanguageRMIT LicenseMIT

ddh

Lifecycle: stable R-CMD-check

This package contains functions for data analysis and graphing, data sets, and supporting materials for the ddh web app.

Installation

# install.packages("devtools")
devtools::install_github("heurekalabsco/ddh")

Usage

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"))

Citation

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

Code of Conduct

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.