An R interface for the NLM's UMLS.
Find a file
2018-02-26 13:48:06 -08:00
.github Add CoC 2018-02-26 13:04:30 -08:00
data Fixed restriction data, sources. 2016-03-03 12:21:15 -08:00
docs Update pkgdown. 2018-02-26 13:48:06 -08:00
man Bugs in getting source relationships. 2016-03-02 16:07:42 -08:00
packrat Add pkgdown; fix API link 2018-02-26 13:18:54 -08:00
R Fixed restriction data, sources. 2016-03-03 12:21:15 -08:00
vignettes Fixed atom family functions, added documentation, removed documentation for nonsense function. 2016-03-02 15:05:59 -08:00
.gitignore Add packrat support; fix small typo in README. 2018-02-26 12:57:47 -08:00
.Rbuildignore Add pkgdown; fix API link 2018-02-26 13:18:54 -08:00
.Rprofile Add packrat support; fix small typo in README. 2018-02-26 12:57:47 -08:00
_pkgdown.yml Add pkgdown; fix API link 2018-02-26 13:18:54 -08:00
DESCRIPTION Add CoC 2018-02-26 13:04:30 -08:00
LICENSE Add LICENSE, NEWS. 2018-02-26 13:01:01 -08:00
LICENSE.md Add LICENSE, NEWS. 2018-02-26 13:01:01 -08:00
NAMESPACE Fixed an error in the children function for sources. 2016-03-02 15:48:20 -08:00
NEWS.md Update news. 2018-02-26 13:45:14 -08:00
README.md Add pkgdown; fix API link 2018-02-26 13:18:54 -08:00
rUMLS.Rproj Fixed atom family functions, added documentation, removed documentation for nonsense function. 2016-03-02 15:05:59 -08:00

rUMLS

An R interface for the National Library of Medicine's Unified Medical Language System UMLS.

Installation

This currently can only be installed from github:

# install.packages('devtools')
devtools::install_github("mpancia/rUMLS", build_vignettes=TRUE)

See the vignette for usage notes:

vignette("rUMLS")

Authentication

You need an NLM license in order to use this package. Obtain one at the NLM site.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.