eds-scikit icon indicating copy to clipboard operation
eds-scikit copied to clipboard

Feature request: Patient trajectories vizualization

Open JCharline opened this issue 3 years ago • 0 comments

Feature type

Functionality to plot patient trajectory based on various events. More generaly, it can handle any sequence of events.

Description

For the moment, the entry data will look like:

Entry DF

Minimal

  • person
  • event
  • t_start
  • t_end

Additional

  • index_date
  • family

For the function paramters:

Can be launched with no additional parameters

Optional

  • event mapping (see below)
  • family to index mapping
  • columns name mapping
  • list of person ids to plot
  • figure parameters
  • same_x_axis_scale

event_mapping:

  • color =
  • type = point / continuous
  • label

figure parameters:

  • width / height
  • bar height, point width
  • title / labels parameters

JCharline avatar Feb 03 '23 13:02 JCharline