{% extends "base.html" %} {% block title %}CTL analysis{% endblock %} {% block content %}
{% if request.form['trait_list'].split(",")|length < 2 %} {% else %}

CTL analysis

CTL analysis is published as open source software, if you are using this method in your publications, please cite:

Arends D, Li Y, Brockmann GA, Jansen RC, Williams RW, Prins P
Correlation trait locus (CTL) mapping: Phenotype network inference subject to genotype.
The Journal of Open Source Software (2016)
Published in

{% endif %}
{% endblock %}