README.md

DIStudio: Drug Informatics Studio

The Drug Informatics Studio is an R package designed to provide easy-to-use functions for working with RxNorm and NDFRT drug annotation data.

Installation

The DIStudio package can be installed from GitHub with the following commands:

# Uncomment the following line if the devtools package is not installed
# install.packages("devtools")
devtools::install_github("DrugInfoStudio/DIStudio", build_vignettes=T)

Quick Start

After installing the package, you can get a quick overview of the package via the the quick-start vignette:

vignette('quick-start', package='DIStudio')

The rxnorm-example vignette provides more detailed demonstration of the package:

vignette('rxnorm-example', package='DIStudio')

Included Data

Eventually, the DIStudio package will offer mechanisms to generate new, up-to-date models directly from RxNorm data. In the meantime, the package is bundled with a default dataset including:

Citation

TODO

Authors

Documentation

Complete documentation is pending. In the meantime, all exported, user-facing functions have complete unit test coverage. Please see the files in the tests/testthat folder for usage examples.

License Information

GNU GPL

How to Contribute

Contributions in the form of issues and pull requests are welcomed and encouraged.

DOI



Su-informatics-lab/DIStudio documentation built on May 5, 2020, 10:33 p.m.