-
Notifications
You must be signed in to change notification settings - Fork 7
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 bayesTyperTools combine #37
Comments
Hi, It is not supposed to change the REF allele to ALT for duplications. I am looking at your vcf before combine and it looks like all the ALT sequences are missing. Is this correct? If so then it might be a bug. Would it be possible for you to share a vcf with the above lines and the header? Thanks, Jonas |
Hi Jonas, Sorry the ALT sequences should not be missing, that is my fault. However, the REF allele really been changed. Best regards, My original vcf head lines:
My vcf after convert:
My vcf after combine:
|
I see why this is happening now. This is actually not a bug. Basically,
after combine:
Here AC is trimmed from both the REF and ALT allele. |
Alright, thanks vary much for your reply, you solved my question. |
Hi,
First, When I using
bayesTyper cluster
, I got this errorERROR: Variants on the same position need to be multi-allelic; multiple variants observed on position "537199" on contig "chr2"
, then I trying to usebayesTyperTools combine
to convert it. However, in my VCF file there are many duplication type variation , after converting, the ref allele changed to alt allele. Is that a BUG?Another question is can bayesTyper support the duplication genotype? If it can do, the first question more confuse me!
For example:
Before combine:
After combine:
The text was updated successfully, but these errors were encountered: