Skip to content
Ben Best edited this page Apr 25, 2016 · 5 revisions

Welcome to the mimicPatientView wiki!

UI

  • add headers: Patients, Events, Plot
  • consolidate *.Rdata into 1 *.Rdata load, and chartLabEventsSummary() already processed for all patients

Patients Table

  • add DT::datatable filters to table of Subjects

  • extend columns in original MIMIC db

  • progress bar for table, like:

    # progress bar
    progress <- shiny::Progress$new()
    progress$set(message = 'loading data')
    progress$close()

Events Table

  • medNumEventsPerDay: median number of events per day
  • add beg/end aspects
  • of patients

Plot

  • include statistics, like regression params
  • translate interactive time zoom to more intuitive interface

Alternative Use Cases / Workflows

  • rather than start with patients, start with events, and limit patients
    • setup as tabs, so can tackle from multiple angles
    • provide better other summary plots, like boxplots

Rationale for R, dplyr

Clone this wiki locally