Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.91 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.91 KB

JubRi

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Maintenance minimal R version packageversion License: GPL v3

JubRi is a R package that performs literature-based keyword ontology. JubRi utilizes a curated keyword database of roughly 18,000 genes queried using the PubMedScrapeR R package.

Installation

Use devtools to install JubRi directly from GitHub. Some user may experience an installation error related to the patchwork R package dependency. Please ensure that this dependency is successfully installed prior to JubRi installation.

# if(!require(devtools)) {install.packages(devtools)}
# devtools::install_github("thomasp85/patchwork") # dependency, not avail on CRAN
devtools::install_github("ShanSabri/JubRi")

Usage

See example/example.R on how to generate a metaplot of term enrichments given a query set, shown below:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3