{% extends 'portal.html' %} {% load static %} {% block title %}{{assessment}} | New visualization {% endblock title %} {% block breadcrumbs %}
  • {{assessment}}/
  • Visualizations/
  • Create new/
  • {% endblock %} {% block content_type %}container-fluid{% endblock %} {% block content %}

    Create a new visualization

    Multiple visualization types are available. Please select the type of visualization you would like to create.

    Select

    Bioassay endpoint aggregation

    Select a subset of animal bioassay endpoints and present these using an exposure-response array or forest-plot design. Also creates a dose-response summary table of selected endpoints. Interactive, clicking on any point shows dose-response details.

    Bioassay endpoint crossview

    All animal bioassay dose-response datasets available in a HAWC assessment for a given dose-unit, with response normalized to percent change from control using spline interpolation. Interactive, clicking on any line displays dose-response details and highlights metadata in red. An endpoint can only plotted if it has dose-response data extracted, and at least 3-dose groups (an interpolation is created between non-control dose-groups, and 2+ are required to create a line).

    Data Pivot

    Data from any data-stream in HAWC (bioassay, epidemiology, in-vitro) or from a tab-delimited file can be used to generate custom forest-plot style visualizations. Displayed text-fields and numbers to plot are customizable; results can be sorted and filter, and conditional-formatting can also be applied.

    Risk of bias heatmap

    A risk of bias heatmap, showing a subset of selected studies and risk of bias findings for each metric. This plot is interactive; a user can select and row, column, or cell, to view all details associated with these cells.

    Risk of bias barchart

    A risk of bias stacked barchart, showing the percent of studies with each score, for each metric, in a selectable subset of studies.

    {% endblock %} {% block extrajs %} {% endblock %}