treatmentpatterns

An R package to analyze treatment patterns of a study population of interest 

https://github.com/darwin-eu/treatmentpatterns

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An R package to analyze treatment patterns of a study population of interest 

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 3
  • Open Issues: 2
  • Releases: 11
Fork of darwin-eu-dev/TreatmentPatterns
Created about 2 years ago · Last pushed 10 months ago

https://github.com/darwin-eu/TreatmentPatterns/blob/main/



# TreatmentPatterns



[![Lifecycle:stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/R-CMD-check.yaml/badge.svg?branch=dev)](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/R-CMD-check.yaml)
[![CRAN](https://www.r-pkg.org/badges/version/TreatmentPatterns)](https://CRAN.R-project.org/package=TreatmentPatterns)
[![Codecov test
coverage](https://codecov.io/gh/darwin-eu-dev/TreatmentPatterns/branch/master/graph/badge.svg)](https://app.codecov.io/gh/darwin-eu-dev/TreatmentPatterns?branch=master)

## Supported Databases

| Database | DatabaseConnector (JDBC) | CDMConnector (ODBC) |
|----|----|----|
| PostgreSQL | ![PostgreSQL](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-postgresql.yaml/badge.svg) | ![PostgreSQL](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/odbc-cdmc-postgresql.yaml/badge.svg) |
| SQL Server | ![SQL Server](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-sqlserver.yaml/badge.svg) | ![SQL Server](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/odbc-cdmc-sqlserver.yaml/badge.svg) |
| Snowflake | ![Snowflake](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-snowflake.yaml/badge.svg) | ![Snowflake](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/odbc-cdmc-snowflake.yaml/badge.svg) |
| Oracle | ![Oracle](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-oracle.yaml/badge.svg) |  |
| Redshift | ![Redshift](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-redshift.yaml/badge.svg) | ![Redshift](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/odbc-cdmc-redshift.yaml/badge.svg) |
| Spark | ![Spark](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-spark.yaml/badge.svg) | ![Spark](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/odbc-cdmc-spark.yaml/badge.svg) |
| Iris | ![Iris](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-iris.yaml/badge.svg)\* |  |
| BigQuery | ![BigQuery](https://github.com/darwin-eu-dev/TreatmentPatterns/actions/workflows/jdbc-dbc-bigquery.yaml/badge.svg) |  |

*\*Faulty Test Environment*



[*Markus A, Verhamme K, Kors J, Rijnbeek P (2022). TreatmentPatterns:
An R package to facilitate the standardized development and analysis of
treatment patterns across disease domains. Computer Methods and
Programs in Biomedicine.*](https://doi.org/10.1016/j.cmpb.2022.107081)

This R package contains the resources for performing a treatment pathway
analysis of a study population of interest in observational databases.
The package partially relies on the Observational Medical Outcomes
Partnership Common Data Model (OMOP CDM), but the main parts of the
package are also usable with different data formats.

## Features

- Compatible with JSON, SQL, or [`CapR`](https://ohdsi.github.io/Capr/)
  cohorts.
- Compatible with
  [`DatabaseConnector`](https://ohdsi.github.io/DatabaseConnector/),
  [`CohortGenerator`](https://ohdsi.github.io/CohortGenerator/), and
  [`CDMConnector`](https://darwin-eu.github.io/CDMConnector/).
- Stratification by **age**, **sex**, and **index year**.
- Treatment type agnostic.
- Full control over treatment pathway definition:
  1.  Duration of treatments
  2.  Overlap of treatments
  3.  Gaps between treatments
- Intermediate patient level results can be reviewed, aggregate data can
  be shared.
- Easily integrate Sankey diagrams and sunburst plots (`htmlWidget`)
  into ShinyApps or web-pages.

## Installation

You can install the most recently released CRAN version of
TreatmentPatterns with:

``` r
install.packages("TreatmentPatterns")
```

Or from GitHub with:

``` r
remotes::install_github("darwin-eu-dev/TreatmentPatterns")
```

You can install the development version of TreatmentPatterns from
[GitHub](https://github.com/) with:

``` r
install.packages("remotes")
remotes::install_github("darwin-eu-dev/TreatmentPatterns@dev")
```

Owner

  • Name: Darwin EU® Public Code Repository
  • Login: darwin-eu
  • Kind: organization
  • Email: enquiries@darwin-eu.org
  • Location: Netherlands

DARWIN EU® will deliver real-world evidence from across Europe on diseases, populations and the uses and performance of medicines.

GitHub Events

Total
  • Create event: 10
  • Issues event: 12
  • Release event: 5
  • Delete event: 1
  • Issue comment event: 33
  • Push event: 20
  • Gollum event: 1
  • Fork event: 4
Last Year
  • Create event: 10
  • Issues event: 12
  • Release event: 5
  • Delete event: 1
  • Issue comment event: 33
  • Push event: 20
  • Gollum event: 1
  • Fork event: 4

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 6
  • Total pull requests: 0
  • Average time to close issues: 17 days
  • Average time to close pull requests: N/A
  • Total issue authors: 5
  • Total pull request authors: 0
  • Average comments per issue: 0.83
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 0
  • Average time to close issues: 17 days
  • Average time to close pull requests: N/A
  • Issue authors: 5
  • Pull request authors: 0
  • Average comments per issue: 0.83
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ZorzArg (2)
  • mdlavallee92 (1)
  • ob325 (1)
  • ablack3 (1)
  • katy-sadowski (1)
  • schuemie (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 370 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 20
  • Total maintainers: 1
cran.r-project.org: TreatmentPatterns

Analyzes Real-World Treatment Patterns of a Study Population of Interest

  • Versions: 20
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 370 Last month
Rankings
Forks count: 17.5%
Dependent packages count: 28.6%
Stargazers count: 31.5%
Dependent repos count: 36.9%
Average: 40.6%
Downloads: 88.3%
Maintainers (1)
Last synced: 10 months ago