OHDSI/FeatureExtraction

Name: FeatureExtraction

Owner: Observational Health Data Sciences and Informatics

Description: An R package for generating features (covariates) for a cohort using data in the Common Data Model.

Created: 2016-03-25 12:11:04.0

Updated: 2017-12-30 07:07:19.0

Pushed: 2017-12-14 12:28:44.0

Homepage:

Size: 3978

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

FeatureExtraction

Introduction

An R package for generating features (covariates) for a cohort using data in the Common Data Model.

Features

Screenshots

Todo

Technology

FeatureExtraction is an R package, with some functions implemented in C++.

System Requirements

Requires R (version 3.2.2 or higher). Installation on Windows requires RTools. Libraries used in FeatureExtraction require Java.

Dependencies

Getting Started

  1. On Windows, make sure RTools is installed.

  2. The DatabaseConnector and SqlRender packages require Java. Java can be downloaded from http://www.java.com.

  3. In R, use the following commands to download and install FeatureExtraction:

    all.packages("devtools")
    ary(devtools)
    all_github("ohdsi/SqlRender") 
    all_github("ohdsi/DatabaseConnector") 
    all_github("ohdsi/FeatureExtraction") 
    

Getting Involved

License

FeatureExtraction is licensed under Apache License 2.0

Development

FeatureExtraction is being developed in R Studio.

Development status

Build Status

Beta

Acknowledgements


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.