-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RaGOO out visualization #40
Comments
Hi there, Were you thinking something along the lines of a dotplot like mummerplot or assemblytics? Those both require base level alignments so the contigs_against_ref.paf can't be used for those. Dotplots cant be easily made in R or python, but the tricky part is displaying the many contigs against the many reference chromosomes. Or maybe you had some other visualization in mind? |
Hi, Thank you in advance, Michal |
Yes, I had in mind the visualization of the contigs_against_ref.paf Oh! Yes, we are thinking in the same direction. I am also going to visualize SV from Ragoo's output. My plan is to align Nanopore reads to ragoo.fasta then visualize the ragoo.fasta.bam using Ribbon. |
Hi there, To answer your question more specifically, I wonder what relationship you want to study. It sounds like you want to use ragoo.fasta as a reference genome and use nanopore reads from other samples to call SVs with respect to ragoo.fasta. Is that right? One could also look at SVs in ragoo.fasta with respect to another reference. |
First, I want to visualize the synteny between the target contigs and guide chromosome, then between the target contigs and output chromosome. Like this:
|
Did you try minimap2 with paftools.js ? That will give that type of output of pairwise alignment on large scale.
If you want too see dot plot, D-GENIES works well http://dgenies.toulouse.inra.fr/
Jason Stajich, PhD
[email protected]
…On Dec 2, 2019, 11:18 PM -0800, Ural Yunusbaev , wrote:
First, I want to visualize the synteny between the target contigs and guide chromosome, then between the target contigs and output chromosome. Like this:
Guide chr =============================== ragoo/in/reference.fasta
||| |||||| ||| | ||||||||||
Target cont === ====== === = ========== ragoo/in/contigs.fasta
||| |||||| ||| | ||||||||||
Output chr =============================== ragoo/out/ragoo.fasta
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi, I was able to get Assemblytics running with:
However, does RaGOO has any script for SplitThreader? Thank you in advance, Michal |
@mictadlo For SplitThreader, it looks like you need a VCF file and a CNV file. You can convert the assemblytics output format to VCF format using SURVIVOR. I am not sure about the CNV file. |
Hi Michael!
Thank you for the super-fast RaGOO algorithm!
Do you have any good solutions for fast RaGOO out visualization?
Do you have any idea how to visualize
contigs_against_ref.paf
and the files from /groupings /orderings?
Thank you in advance!
Best regards,
Ural
The text was updated successfully, but these errors were encountered: