Skip to content

A web app for visualization and analysis of healthcare data using OMOP CDM.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

BorisDelange/LinkR

LinkR

Lifecycle experimental

License: GPL v3

version

Introduction

LinkR is a web application that allows for visualization and analysis of healthcare data.

The application is coded in R using the Shiny library. It uses the common data model OMOP.

Who is the application for?

The application is for:

  • healthcare professionals, an intuitive interface allows healthcare professionals to analyze data and conduct research projects without advanced programming knowledge
  • data scientists and statisticians, LinkR provides access to a full R and Python environment, allowing data scientists and statisticians to exploit all the features of advanced data analysis

Thus, LinkR facilitates collaborative work.

Quick overview

Below are some of the key features that make LinkR a powerful tool for healthcare data analysis.

Organize your data yourself

Easily create a custom patient record tailored to the specific needs of your research project.
As you switch between patients, the figures dynamically update to reflect each patient’s specific data.


Patient-level data page example

Create interactive dashboards

Create customized dashboards to easily explore your data.
Use an intuitive graphical interface to visualize aggregated patient data.
Generate and, if required, modify the corresponding R or Python code directly from the figures you create.


Aggregated data page example

An intuitive graphical interface

Organize your projects into tabs. Decide which data to display and in what format.

“I’d like to display respiratory rate and saturation as a timeline”


An example of how yo create tabs and widgets

Sharing and open science

LinkR is an open source application.

It contributes to open science by allowing the sharing of:

  • projects: import and export your projects in one click, reproduce projects with your own data
  • scripts: share interoperable scripts, thanks to the use of the common OMOP data model
  • plugins: help improve the application by creating plugins and sharing them

Installation

The remotes library must be installed, you can install it with:

install.packages("remotes")

You can install the development version from Framagit, with:

remotes::install_gitlab("interhop/linkr/linkr", host = "framagit.org")

IMPORTANT: The application requires version 0.3.0 of shiny.fluent. By default, version 0.4.0 is installed, which has unresolved bugs.

You can install version 0.3.0 with:

remotes::install_github('Appsilon/shiny.fluent', ref = 'dd1c956')

Launch the app

To launch the Shiny app, run:

linkr::linkr(language = "en")

See ?linkr::linkr for more informations.

Visit our website for further details.

Contributions

LinkR thrives on community support to grow and improve! You can contribute by developing plugins, enhancing the application’s codebase, or reporting bugs to help us maintain and refine the application.

Tackle open issues: Join us in addressing challenges by visiting our issue tracker.

Report bugs: If you encounter a bug, please let us know by creating a detailed report on the issue tracker.

Support us

LinkR is supported by the Interhop association, which advocates for open-source solutions and interoperability in healthcare.

You can help advance open science in healthcare by contributing to LinkR’s development. Consider making a donation to support our mission.

Contact

Email: [email protected].

About

A web app for visualization and analysis of healthcare data using OMOP CDM.

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages