Git Product home page Git Product logo

crf-heat-map's Introduction

CRF Heat Map

The CRF Heat Map visualizes the level of completeness of a clinical database by aggregating case report form (CRF) characteristics, such as the rate of CRFs entered, frozen, and locked and the number of unresolved queries. The heat map calculates these statistics within a set of clinical identifers including site, subject ID, visit, and CRF and colors cells by level of completeness. For instance by default the data are summarized by Site and Subject ID:

image

The data are summarized by site and within each site by subject IDs related to that site. Each site row is expandable and collapsable to show and hide the related subject ID rows.

crf-heat-map-animation

The CRF Heat Map is fully interactive with user-defined summary combinations, data filters, column sliders, and data export.

Usage

The code to initialize the chart looks like this!

    d3.csv(
        'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/forms.csv',
        function(data) {
            crfHeatMap('body', {}).init(data);
        }
    );

Links

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.