Skip to content

🧩 A method for literature-based keyword ontology

Notifications You must be signed in to change notification settings

ShanSabri/JubRi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧩 A method for literature-based keyword ontology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages