Skip to content

package containing raw functions to support the ddh app

License

Notifications You must be signed in to change notification settings

heurekalabsco/ddh

Repository files navigation

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.

About

package containing raw functions to support the ddh app

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published