-
Notifications
You must be signed in to change notification settings - Fork 19
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
Apply the tool to virus #40
Comments
Hi, How do you extract SNV from the blocks? |
Thank you for your reply. Yes, I extracted SNVs from blocks. |
Could you please specify more details on how you do that? Do you parse the alignment? |
Thank you for your reply! Yes, I just parse the alignment and find snvs in every block. After that, I just extract kmer from reference genome which contains the snvs I find in blocks before. (my test is based on the COVID19 database). I am trying to distinguish the subtypes in the COVID19. |
Hello author, i am sorry to disturb you. I want to apply SibeliaZ to virus (for example HIV) to obtain collinear blocks. After that, I will extract SNVs from those collinear blocks. However, I found I can't extract enough SNVs. Do you have some idea to deal with this problem? Thanks a lot!
The text was updated successfully, but these errors were encountered: