Giter Site home page Giter Site logo

victornugraha / radar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ceefluz/radar

0.0 0.0 0.0 7.59 MB

An interactive tool for rapid analysis of diagnostic and antimicrobial pattern in R using Shiny

Home Page: https://ceefluz.shinyapps.io/radar/

License: GNU General Public License v2.0

R 92.09% CSS 6.14% HTML 1.78%

radar's Introduction

RadaR logo_radar

RadaR is an application for intuitive, rapid and reproducible quality of care pattern analysis of infectious patients.

Preprint about RadaR available: https://doi.org/10.1101/347534

See a running example here.

Prerequisites for using RadaR

RadaR was built in R , an open source programming language using the Shiny package, a web application framework for R. Users will need to download R in order to use RadaR and we suggest the use of RStudio. R is completely free to use. All required code can be found in this github repositroy.

Input type for RadaR's calculation

RadaR works with standard csv-files (.csv). The variables needed for RadaR are as follows:

Input variables for RadaR

Admission data

Variable Detail
id Patient ID or study ID
adm_id Admission ID
gender Gender
adm_start_date Admission date (YYYY-MM-DD)
adm_end_date Discharge date (YYYY-MM-DD)
death_during_adm Death during admission (TRUE/FALSE)
adm_route Origin at admission
sub_specialty Sub-specialty
specialty General specialty (internal medicine, surgery, other)
birth_date Birth date (YYYY-MM-DD)

Antimicrobial consumption data

Variable Detail
id Patient ID or study ID
ab_start_date Start of antimicrobial treatment (YYYY-MM-DD)
ab_stop_date Stop of antimicrobial treatment (YYYY-MM-DD)
ab_route Administration route (e.g. IV, oral, ...)
atc_code ATC code according WHO ATC classification system
ddd_per_day Defined daily dose of antimicrobial according to WHO ATC classification system per day

Microbiological data

Variable Detail
id Patient ID or study ID
specialty Ordering specialty
antimicrobial susceptibility testing Several columns of tested antimicrobial agents (e.g. amox, cipr etc.) with resistance results (R / I / S)
mo Microbial ID (if test is positive) following the nomenclature of the Integrated Taxonomic Information System
material Test material (currently supported: blood and urine)
test_date Test date (YYYY-MM-DD)
test_number Test number

These data will be loaded, merged, and transformed for analysis upon start of RadaR

Privacy and storage

RadaR works with sensitive hospital data and is based on single observations on the patient level. All data for the running example is simulated and don't represent any real patients.
RadaR can be run locally on protected servers within institutions (for example: Shiny server) or on personal machines (mac, windows, linus).

Author

logo_unilogo_umcg

RadaR was created at the Faculty of Medical Sciences of the University of Groningen and the Medical Microbiology & Infection Prevention department of the University Medical Center Groningen (UMCG) by Christian Luz, PhD Student.

Copyright

License RadaR is licensed under the GNU General Public License (GPL) v2.0. In a nutshell, this means that this package:

  • May be used for commercial purposes

  • May be used for private purposes

  • May be modified, although:

    • Modifications must be released under the same license when distributing the package
    • Changes made to the code must be documented
  • May be distributed, although:

    • Source code must be made available when the package is distributed
    • A copy of the license and copyright notice must be included.
  • Comes with a LIMITATION of liability

  • Comes with NO warranty

radar's People

Contributors

ceefluz avatar gadeynebram avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.