{% extends 'base.html' %} {% block title %} CoNekT - Features {% endblock %} {% block container %}

CoNekT Features

CoNekT comes packed with functions to quickly find relevant data. A general keyword search is available on each page (search box top right corner), though for more complex searches users have the tools below at their disposal.

{% if g.blast_enabled %}
BLAST

Find sequences in CoNekT similar to a query sequence

{% endif %}
Enriched clusters

Find clusters enriched for a selected GO-term

Specific profiles

Find sequences which are expressed specifically in certain conditions or tissues

Tools allow users to either compare data included in CoNekT or create plots using a custom set of genes.

Compare profiles

Allows users to compare the expression profiles from a custom set of genes in a graph

Conserved specificity

Compare genes specifically expressed in a certain conditions in two species

Custom network

Show co-expression network only taking a custom set of genes into account

Heatmap

Allows users to compare the expression profiles from a custom set of genes in a heatmap

{% endblock %}