-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
the significant results means tested species is a hybrid or just have gene flow? #39
Comments
Hi Liu -- thanks for using HyDe! Depending on how big the estimate of gamma is can be a better indicator of if something is a hybrid or if there is just gene flow occurring. What was the estimated gamma in your case? For converting VCF files, if the heterozygous sites are recoded into the IUPAC ambiguity codes then HyDe can handle those no problem. If you're looking for another piece of software to use for the conversion then I would suggest using vcf2phylip: https://github.com/edgardomortiz/vcf2phylip. |
Dear professor, Thanks again for your methods to transfer vcf to fasta sequences and I will try that software soon. And I also reproduced the vcf by firstly phased and imputation in a standard ways instand of the quick way with samtools/bcftools, and I hope that could be avialable. In additaion, I find a former issue asked by another user said that gamma represent P1 and hybrid, againt to the P2 and hybrid? Since I did not see the original codes. Hope for your reply! Really appreciate for your kind help! Best wishses |
Okay gotcha -- sounds like a cool question! One thing to check would be to make sure that the individuals in the input data file are in the same order as they are in the map file. Individuals in the same population also need to be grouped together in both input files. If things are not arranged this way, then the results could be incorrect |
Dear professor, Thanks again for your carefull and kind reply! |
Dear professor,
Great software!
I have an issue about the results about the hybrid.
Here is the situation of my tests. I use there species of A, B, C and D with their species tree is (((A,B),C),D) to test that whether B is a hybrid of A and C, while the results shows that C is a hybrid of A and B with significance (P =0).
My question is that is this results available? or this results just represent C maybe have gene flow with both A and B?
Another question is that, I use the population "VCF" file to transform into sequences, but the sequences is weird with non-ATCG.
My question is how to use the vcf file transfer into sequences? is there any softwares?
Thank you very much and hoping for you reply!
best wish
Liu
The text was updated successfully, but these errors were encountered: