Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

dnanexus-archive/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot

Dot is an interactive dot plot viewer for genome-genome alignments.

The current and read-write repo of Dot is currently available here: http://github.com/marianattestad/dot under the management of Maria Nattestad.

This read-only repo Dot is publicly available here: https://dnanexus.github.io/dot And can also be used locally by cloning this repository and simply opening the index.html file in a web browser.

Generating the input data

After aligning genome assemblies or finished genomes against each other with MUMmer's nucmer, the alignments can be visualized with Dot. Instead of generating static dot plot images on the command-line, Dot lets you interact with the alignments by zooming in and investigating regions in detail.

To prepare a .delta file (nucmer output) for Dot, run this python (3.6) script first: https://dnanexus.github.io/dot/DotPrep.py

The DotPrep.py script will apply a unique anchor filtering algorithm to mark alignments as unique or repetitive. This algorithm analyzes all of the alignments, and it needs to see unfiltered data to determine which alignments are repetitive, so make sure to run nucmer without any filtering options and without running delta-filter on the .delta file before passing it into DotPrep.py.

The output of DotPrep.py includes the *.coords and *.coords.idx that should be used with Dot for visualization.

About

Dot: An interactive dot plot viewer for comparative genomics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published