{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %}

Visualize multigene-family localization across chromosomes

Upload gene coordinates and a genome (or chromosome lengths). GFViewer draws every family in its own colour along round-capped ideograms, computes localization statistics, and lets you refine the figure in the browser before exporting to PDF, SVG, PNG or JPG.

Input files
Layout
Legend
Marks & labels Applies to the chromosome figure title and the built-in headings on the analytics charts. Uncheck for clean images to caption yourself.
Many families
Analytics & export
Also export: PDF & SVG are always produced.

Example datasets

Run one straight through the pipeline, or download the raw input files to try on your own machine. All of these ship with GFViewer.

{% for d in datasets %} {% endfor %}
DatasetOrganismFamilies FormatActions
{{ d.title.split('—')[-1].strip() if '—' in d.title else d.title }} {{ d.organism }} {{ d.families }} {{ d.format }}
{% if d.available %} Run Download {% else %} not installed {% endif %}

Download every dataset (ZIP)

Prefer the command line?

GFViewer is a pip-installable tool. Everything this portal does — rendering, styling, the full analytics suite — is also available as the gfviewer command for scripting and batch runs.

python -m pip install gfviewer
gfviewer -d genes.csv -g genome.fasta -o out/ --analytics -cen
{% endblock %} {% block scripts %} {% endblock %}