Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.38 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.38 KB

CohortPathways

Build Status codecov.io

Introduction

Cohort Pathway is defined as the process of generating an aggregated sequence of transitions between the Event Cohorts among those people in the Target Cohorts. CohortPathways is a R package that given a set of instantiated target and event cohorts, calculates such sequence of transitions.

Features

  • Calculate aggregate sequence of transitions between the Event Cohorts among those people in the Target Cohorts.

Acknowledgements

The core implementation of CohortPathway analysis was developed by Christopher Knoll (github: chrisknoll), and enhanced by members of the OHDSI community: mick-iqvia (github), Odysseus Inc., and many other collaborators on the OHDSI/WebAPI team.

Technology

CohortPathways is an R package.

System Requirements

Requires R (version 3.6.0 or higher).

Installation

  1. See the instructions here for configuring your R environment, including RTools and Java.

  2. In R, use the following commands to download and install CohortPathways:

install.packages("remotes")
remotes::install_github("ohdsi/CohortPathways")

User Documentation

Documentation can be found on the package website.

PDF versions of the documentation are also available:

Support

Contributing

Read here how you can contribute to this package.

License

CohortPathways is licensed under Apache License 2.0

Development

CohortPathways is being developed in R Studio.

Development status

CohortPathways is under development.