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

some questions about svtigs #6

Open
wjwei-handsome opened this issue Jul 30, 2024 · 4 comments
Open

some questions about svtigs #6

wjwei-handsome opened this issue Jul 30, 2024 · 4 comments

Comments

@wjwei-handsome
Copy link

wjwei-handsome commented Jul 30, 2024

Hi @asylvz , svtigs is a cool representation, but I still have some questions about it:

how to get the breakpoints or call variants? My process is aligning svtigs.fa to ref.fa, so that I could get the variants of ref.

But how about the non-reference path? After got the variants of some_path, how to augment the original graph by using this non-reference variants ?

Sincerely Looking forward to your answer :D

Best regards,
Wenjie

@asylvz
Copy link
Owner

asylvz commented Jul 30, 2024

You are right, if your reference does not have the related alternative sequences, then you can't find the non-reference breakpoints. This is the drawback of linear refs.

About augmentation, I don't know of any specific algorithm but here (https://www.biorxiv.org/content/10.1101/2024.04.18.590093v1.abstract), we use a pipeline to augment the graph. You can check this. Another alternative might be VG (https://github.com/vgteam/vg). They have graph augmentation as far as I know, but I'm not sure if it will work in your case.

@wjwei-handsome
Copy link
Author

what do you think about that fill svtigs.fa to original graph ?

@asylvz
Copy link
Owner

asylvz commented Jul 30, 2024

I couldn't understand what you mean?

@wjwei-handsome
Copy link
Author

wjwei-handsome commented Jul 31, 2024

sorry, what I mean is that augment the original graph by svitg.fa

minigraph -cxggs <svtig.fa> -o < augmented.gfa>

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

No branches or pull requests

2 participants