{% extends "base.html" %} {% block title %}Ctl results{% endblock %} {% block content %}
{% if error %}

{{error}}

{% else %}

CTL/QTL Plots for Individual Traits

{{ctl_plots|length}} phenotypes as input

Ctl line plot

Plot the CTL for genome-wide CTL on all traits (the output of CTLscan).

    {% for trait in phenotypes %} {% set trait_data = trait.split(':') %}
  1. {{trait_data[0]}}
  2. {% endfor %}

Significant CTL

Network figure

Use tools like cytoscape to visualize the network

Download Sif file Download Node file
{% endif %}
{% endblock %}