Skip to content

odysseusinc/CohortDiagnostics

 
 

Repository files navigation

CohortDiagnostics

Build Status codecov.io

Introduction

This is an R package for performing various study diagnostics, many of which are not specific to any particular study design.

Features

  • Show cohort inclusion rule attrition.
  • List all source codes used when running a cohort definition on a specific database.
  • Find orphan codes, (source) codes that should be, but are not included in a particular concept set.
  • Compute cohort incidence across calendar years, age, and gender.
  • Break down index events into the specific concepts that triggered them.
  • Compute overlap between two cohorts.
  • Characterize cohorts, and compare these characterizations.
  • Explore patient profiles of a random sample of subjects in a cohort.

Screenshot

The Diagnostics Explorer Shiny app

Technology

The CohortDiagnostics package is an R package.

System Requirements

Running the package requires R with the package rJava installed. Also requires Java 1.7 or higher.

Installation

R package

To install the latest development version, install from GitHub:

install.packages("drat")
drat::addRepo("OHDSI")
install.packages("CohortDiagnostics")

User Documentation

Support

License

CohortDiagnostics is licensed under Apache License 2.0

Development

CohortDiagnostics is being developed in R Studio.

Development status

Beta testing

About

An R package for performing various cohort diagnostics.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 92.9%
  • TSQL 3.7%
  • HTML 3.0%
  • Other 0.4%