Hello all,
I was wondering if there are any modern tools for visualization of whole-genome alignment, with ability to add annotation, and maybe extract variants? I've tried Mauve and Harvest so far, but they seem pretty abandoned and work quite poorly.
Are there any modern projects you can recommend? Surely with more and more genomes becoming available, there should be some tools to compare them? I am looking for something tailored to bacterial comparison, ideally, but any leads are welcome.
I think there's a separation of concerns issue here OP. Genome browsers are typically responsible for loading BAM, fasta, and BED annotations, maybe vcfs. They are a data exploration application.
Ability to extract variants... you mean predict from the BAM files? Or you mean export the loaded vcfs? If you're talking about the former, as developers, we should keep the mathematics/algorithms separate from visualization applications such that we can iterate rapidly on both UI and server-side methods, rather than rely on one large monolithic application for everything. Does this make sense?
Maybe I did not make myself sufficiently clear. I have no problem choosing a classical genome browser (with one reference and one annotation) to view and analyze coverage, annotation, etc. Variant/coverage analysis for typical use cases (short reads aligned to a reference) are no problem as well.
I do, however, have a problem with similar software for comparison of 2 or more genomes. Basically, I was looking for more modern and more feature-rich versions of Mauve or ACT.
Compare in what way, sir? Are you looking at rearrangements? CNVs? Or are you interested in homology and sequence features?
SNPs and indels with annotations (silent/missense/nonsense, frameshift/in-frame), for example.
Did you find a good browser to visualize 2 or more genomes + other tracks?
Nothing outside what was mentioned here, no.
This tool was useful: https://dnanexus.github.io/dot/
it uses Nucmer alignments and creates a pretty useful visualization.
Did you reach any conclusions about a supported tool to do dynamic comparisons of multiple genomes? I am interested in genomes around 1.5 Gbases.
Hello Gina,
I came to conclusion that Dot tool mentioned above is very useful for a large-scale overview. Also, ACT, ancient as it is, worked quite well with the bacterial genomes I had to compare with annotation. But that might be too much for 1.5 Gb genomes. That's about it.
Hi, any update about this? I'm also looking for a sorta genome browser to visualize whole-genome alignments for bacterial genomes, but I can't seem to make any of the tools mentioned here work -- many of which seem not to be maintained anymore...
Pretty much nothing outside things mentioned above. Dot is very good for large-scale comparison, and Artemis Comparison Tool (ACT) works nicely for detailed comparison using GFF annotation.
for a genome browser to visualise genome alignments, you can perhaps have a look at GenomeView. It's capable of visualising MAF alignments as tracks.