README.md

webddx

Travis-CI Build Status AppVeyor Build Status Coverage Status

License: GPL v3 CRAN version CRAN Downloads

Overview

webddx is an R package allowing for programmatic interaction with web-based differential diagnosis-generating tools. It provides an API client for popular tools (e.g. OMIM) with complementary functionality (e.g. visualization) to serve as an effective tool in clinical informatics research.

Installation

To install webddx, run the following R code:

# install from CRAN
install.packages("webddx")

# install development version from GitHub
devtools::install_github("rrrlw/webddx")

# install development version with vignettes/tutorials
devtools::install_github("rrrlw/webddx", build_vignettes = TRUE)

Sample code

# load webddx
library("webddx")

# query FindZebra for rare diseases involving muscle pain and fatigue
query_fz(query = c("muscle pain", "fatigue"))

See the documentation of query_fz for information on customizing FindZebra queries using additional parameters.

Functionality

Currently, webddx implements an API client for FindZebra. Development is focused on adding an API client for OMIM.

Contribute

To contribute to webddx, you can create issues for any bugs/suggestions on the issues page. You can also fork the webddx repository and create pull requests to implement features.



Try the webddx package in your browser

Any scripts or data that you put into this service are public.

webddx documentation built on May 2, 2019, 6:11 a.m.