{% extends 'base.html' %} {% load customtags %} {% load static %} {% block head %} {% include 'head_content.html' with title="LyProX ยท Risk Predictor Help" %} {% endblock head %} {% block content %}

The Risk Predictor

This tool can compute the marginalized risk for microscopic involvement in individual lymph node levels based on the tumor and LNL diagnosis entered.

Each risk prediction is based on a particular model, which is selected from the model list. From this list, or from the link at the top of each risk predictor dashboard, you can follow a link to the repository where the model was defined and trained. More information on the data and parameters used can be found there.

Warning: At this point in time, the risk prediction should not yet serve as clinical guideline to any treatment! It is merely to visualize the results of our work on modelling lymphatic metastatic progression. We are, however, working on a clinical trial to validate the model (reach out to us by sending a mail to roman.ludwig@usz.ch if you want to know more).

Components

Tumor Diagnosis

{% include 'dataexplorer/help/media.html' with html='riskpredictor/help/tumor.html' %}

Modality

{% include 'dataexplorer/help/media.html' with html='riskpredictor/help/modality.html' %}

LNL Diagnosis and Risk

{% include 'dataexplorer/help/media.html' with html='riskpredictor/help/risks.html' %}
{% endblock content %}