-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0180f1
commit 07c1d86
Showing
1 changed file
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
|
||
@article{Sweeten2024.04.15.589623, | ||
abstract = {Motivation A common method for analyzing genomic repeats is to produce a sequence similarity matrix visualized via a dot plot. Innovative approaches such as StainedGlass have improved upon this classic visualization by rendering dot plots as a heatmap of sequence identity, enabling researchers to better visualize multi-megabase tandem repeat arrays within centromeres and other heterochromatic regions of the genome. However, computing the similarity estimates for heatmaps requires high computational overhead and can suffer from decreasing accuracy. Results In this work we introduce ModDotPlot, an interactive and alignment-free dot plot viewer. By approximating average nucleotide identity via a k-mer-based containment index, ModDotPlot produces accurate plots orders of magnitude faster than StainedGlass. We accomplish this through the use of a hierarchical modimizer scheme that can visualize the full 128 Mbp genome of Arabidopsis thaliana in under 5 minutes on a laptop. ModDotPlot is implemented in Python with a graphical user interface supporting real-time interactive navigation of entire chromosomes. Availability and Implementation ModDotPlot is available at https://github.com/marbl/ModDotPlot.Competing Interest StatementThe authors have declared no competing interest.}, | ||
author = {Alexander P. Sweeten and Michael C. Schatz and Adam M. Phillippy}, | ||
doi = {10.1101/2024.04.15.589623}, | ||
elocation-id = {2024.04.15.589623}, | ||
eprint = {https://www.biorxiv.org/content/early/2024/04/19/2024.04.15.589623.full.pdf}, | ||
journal = {bioRxiv}, | ||
publisher = {Cold Spring Harbor Laboratory}, | ||
title = {ModDotPlot - Rapid and interactive visualization of complex repeats}, | ||
url = {https://www.biorxiv.org/content/early/2024/04/19/2024.04.15.589623}, | ||
year = {2024}, | ||
bdsk-url-1 = {https://www.biorxiv.org/content/early/2024/04/19/2024.04.15.589623}, | ||
bdsk-url-2 = {https://doi.org/10.1101/2024.04.15.589623}} | ||
@article{10.1093/bioinformatics/btae493, | ||
author = {Sweeten, Alexander P and Schatz, Michael C and Phillippy, Adam M}, | ||
title = "{ModDotPlot—rapid and interactive visualization of tandem repeats}", | ||
journal = {Bioinformatics}, | ||
volume = {40}, | ||
number = {8}, | ||
pages = {btae493}, | ||
year = {2024}, | ||
month = {08}, | ||
abstract = "{A common method for analyzing genomic repeats is to produce a sequence similarity matrix visualized via a dot plot. Innovative approaches such as StainedGlass have improved upon this classic visualization by rendering dot plots as a heatmap of sequence identity, enabling researchers to better visualize multi-megabase tandem repeat arrays within centromeres and other heterochromatic regions of the genome. However, computing the similarity estimates for heatmaps requires high computational overhead and can suffer from decreasing accuracy.In this work, we introduce ModDotPlot, an interactive and alignment-free dot plot viewer. By approximating average nucleotide identity via a k-mer-based containment index, ModDotPlot produces accurate plots orders of magnitude faster than StainedGlass. We accomplish this through the use of a hierarchical modimizer scheme that can visualize the full 128 Mb genome of Arabidopsis thaliana in under 5 min on a laptop. ModDotPlot is bundled with a graphical user interface supporting real-time interactive navigation of entire chromosomes.ModDotPlot is available at https://github.com/marbl/ModDotPlot.}", | ||
issn = {1367-4811}, | ||
doi = {10.1093/bioinformatics/btae493}, | ||
url = {https://doi.org/10.1093/bioinformatics/btae493}, | ||
eprint = {https://academic.oup.com/bioinformatics/article-pdf/40/8/btae493/58809824/btae493.pdf}, | ||
} |