{% extends "humanization/humanize_layout.html" %} {% set title = "Humanize Antibody" %} {% block header %} {% endblock %} {% block main %}

Humanize an antibody using deep learning on natural antibody repertoires (Sapiens) or CDR grafting.

1Input sequences

{% include 'antibody_input_component.html' %}

2Humanization settings

{% with humanizing=1 %} {% include 'numbering_component.html' %} {% endwith %} {% include 'humanization/humanize_settings_component.html' %}

3Humanness evaluation settings

{% include 'humanization/humanness_settings_component.html' %}

4Submit

Submit the task to the queue. Results are stored for a 24-hour period and accessible under a secret URL.

{% endblock %}