#plot #dot #sequence #bioinformatics

dotplot

A simple dot plot maker. Given 2 sequences, prints x, y coords to stdout.

1 unstable release

Uses old Rust 2015

0.1.0 Feb 1, 2016

#69 in #dot

4KB
86 lines

A simple Rust implementation of a dot plot maker used to examine sequence alignment. The output is sent to stdout as x, y points, which can be used with gnuplot like so:

./dotplot s1.txt s2.txt | gnuplot -p -e "plot '<cat' with points"

producing something like this:

Dependencies

~4MB
~83K SLoC