-
Notifications
You must be signed in to change notification settings - Fork 23
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
Questions about reading variants #45
Comments
Also, I wonder if it is possible to read variants like inserting rather than replacement. It seems that the current design cannot handle alternative with different length.
Thanks a lot. |
Hi @HelloWorldLTY, thanks for raising these points. We do not currently support VCF reading or indels, but we are working on indel support and hope to add it soon. |
Thanks, the current best plan I have is to iteratively assign different calling object vr for each sequence and map multiple inserts. It will be very helpful to have such functions. |
Hi, thanks for your great work. Do you now support loading the variant from vcf files and filter the variants based on vaf, dp, dq, etc? Thanks a lot.
The text was updated successfully, but these errors were encountered: