paneled-outlier-explorer

1.1.4 • Public • Published

Paneled Outlier Explorer

alt tag

Overview

The Paneled Outlier Explorer is a javascript library that provides paneled line charts of data points over time with point and line brushing. It is designed for use in clinical trial research, but can also be applied in other areas. The paneled outlier explorer is closely related to the (non-paneled) safety outlier explorer library, and can be used to monitor key safety signals in clinical trials in conjunction with other charts in the safety explorer suite. The Paneled Outlier Explorer includes interactive features such as real-time brushing and requires minimal user configuration.

Click here for a live demo When the page loads, the user sees multiple paneled charts providing a lab data summary for each measure over time.

alt tag

Usage

Generally speaking, minimal configuration is needed to create a Paneled Outlier Explorer. Just load a json data set and the tool will automatically create a user interface (measures, etc.) based on the data set loaded.

Initialize the chart like so:

paneledOutlierExplorer('body', {}).init(data)

Creating a chart with a basic custom configuration would look like this:

var settings = {
    'id_col': 'custom_id_variable',
    'filters': [
        {
            'value_col': 'GENDER',
            'label': 'Gender'
        }
    ]
};
 
paneledOutlierExplorer('body', settings).init(data)

Links

More information is available in the project's wiki:

/paneled-outlier-explorer/

    Package Sidebar

    Install

    npm i paneled-outlier-explorer

    Weekly Downloads

    7

    Version

    1.1.4

    License

    ISC

    Unpacked Size

    173 kB

    Total Files

    74

    Last publish

    Collaborators

    • jwildfire
    • pburnsdata
    • rhographics
    • samussiah