Hapstar in Molecular Ecology Resources

2010.08.22

Our hapstar paper has been published (actually a few weeks back):

Teacher AGF. Griffiths DJ (2010) HapStar: automated haplotype network layout and visualization. Molecular Ecology Resources

There is a preprint version available on the foam site.

Categories : bioinformatics

Hapstar 0.5

2010.01.13

Hapstar is released, and now has it’s own website. Here’s a screenshot of an example haplotype network of human and neanderthal DNA sequences.

Categories : bioinformatics   genetics viz

HapStar

2010.01.01

Hapstar is the new name for my little bioinformatics project, visualising population structure from differences between genetic sequences. The last few days I’ve done a lot of work on the GUI, allowing you to drag nodes around by hand, zoom in and out and navigate the graph. Also quite a bit of graph theory, validating the input graphs by detecting if they are a single connected component – or contain isolated graphs. It’s already been used to produce figures for an upcoming publication, so hopefully I can show some real examples soon.

Categories : bioinformatics   genetics viz

Hapnet

2009.11.11

A small bioinformatics project in progress:

Haplotype networks and Minimum Spanning Networks are commonly used for representing associations between sequences. HapNet is a tool for viewing both types of networks, using the output data generated from Arlequin. HapNet automatically formats the network in the optimal layout for easy visualisation, and publication-ready figures can be exported in several formats.

After calculating the minimum spanning trees of the networks, my initial reaction was to use graphviz for this, as it seems perfect for the job. However, I had a lot of trouble with the different length edges, and the need to represent distance with intermediate nodes which have to be on a straight path. As I’d already written force directed graph drawing for daisy it wasn’t too hard to adapt. Source code here, and the start of a proper webpage on the libarynth.

Categories : bioinformatics   genetics viz