Skip to content
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

Open
Ural-Yunusbaev opened this issue Nov 28, 2019 · 8 comments
Open

RaGOO out visualization #40

Ural-Yunusbaev opened this issue Nov 28, 2019 · 8 comments
Labels
question Further information is requested

Comments

@Ural-Yunusbaev
Copy link

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

@malonge malonge added the question Further information is requested label Nov 28, 2019
@malonge
Copy link
Owner

malonge commented Nov 28, 2019

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?

@mictadlo
Copy link

Hi,
I would be interested in visualising structural variation from Ragoo's output.

Thank you in advance,

Michal

@Ural-Yunusbaev
Copy link
Author

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.
What do you think about this plan? Is there any other way to visualize SVs?

@malonge
Copy link
Owner

malonge commented Dec 1, 2019

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.

@Ural-Yunusbaev
Copy link
Author

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

@hyphaltip
Copy link

hyphaltip commented Dec 3, 2019 via email

@mictadlo
Copy link

Hi, I was able to get Assemblytics running with:

> cd ragoo_output/
> gzip pm_alignments/pm_against_ref.sam.delta
Upload the gz file to http://assemblytics.com/

However, does RaGOO has any script for SplitThreader?

Thank you in advance,

Michal

@malonge
Copy link
Owner

malonge commented Dec 15, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants