.. VERTEX documentation master file, created by sphinx-quickstart on Wed Mar 25 14:22:29 2026. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. VERTEX Documentation ==================== .. image:: _static/vertex-logo.png :height: 252.017 :width: 304 `ISARIC VERTEX `_ is a web-based `application `_ designed for local use by users as an analysis tool for data captured through our complementary tools, `ISARIC ARC `_ and `ISARIC BRIDGE `_. VERTEX is designed to present graphs and tables based on key relevant research questions that need to be quickly answered during an outbreak. Currently, VERTEX performs descriptive analysis, which can identify the spectrum of clinical features in a disease outbreak. New research questions will be added by the ISARIC team and the wider scientific community, enabling the creation and sharing of additional analysis methods. VERTEX has three main elements: - **Global Map**: A map that visually represents the number and country of patients in a `REDCap `_ database. - **Menu**: A menu containing a series of buttons that open different insight panels. - **Insight Panels**: Sets of visuals, each related to specific research questions. VERTEX processes and visualizes data using the concept of **Reproducible Analytical Pipelines (RAPs)**. RAPs are a set of resusable functions or blocks of code that can request specific variables from an `ARC `_-formatted REDCap database. These functions then process the data to generate dataframes, which can then be visualized interactively through a Plotly Dash app. See the :doc:`quickstart guide ` to start using VERTEX, and the linked pages below for more information on features and code. VERTEX is licensed under the `Open Source Initiative (OSI) `_-compliant `MIT license `_. .. image:: _static/osi-badge-light.svg :target: https://opensource.org/license/mit :height: 200px :width: 200px .. toctree:: :maxdepth: 1 :caption: Contents: sources/getting-started sources/app sources/cli sources/api-reference sources/contributors