OHDSI/PublicOracle

Name: PublicOracle

Owner: Observational Health Data Sciences and Informatics

Description: R Interface to the OHDSI Public Web API [in development]

Created: 2015-04-14 19:31:55.0

Updated: 2017-02-22 15:44:38.0

Pushed: 2016-07-25 19:01:57.0

Homepage:

Size: 12

Language: R

GitHub Committers

UserMost Recent Commit# Commits
Marc Suchard2016-07-25 19:02:58.013

Other Committers

UserEmailMost Recent Commit# Commits

README

PublicOracle [In development]

This package provides an simple R interface to the public OHDSI server through the WebAPI and direct SQL queries of the OMOP CDM and public vocabulary.

Access the WebAPI

query(“vocabulary/concept/19059796”)

Query the OMOP CDM

getPublicOhdsiColumnNames(tableName = “concept”)

Alternative to WebAPI vocabulary query

getConceptInformation(conceptIds = c(19059796,705755))

Find the common ancestors of multiple concept IDs

findCommonAncestors(conceptIds = c(703470, 705755, 738156))

nse
===
icOracle is licensed under Apache License 2.0.   

lopment
=======
icOracle is being developed in R Studio.

evelopment status

a

owledgements
============
is project is supported in part through the National Science Foundation grants IIS 1251151.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.