Entering edit mode
3.5 years ago
mimiloz
•
0
Hi, I have to calculate the heterozygosity of some individuals from a vcf file with R. How can I do?
Hi, I have to calculate the heterozygosity of some individuals from a vcf file with R. How can I do?
Personally I prefer to use plink for such things as loading vcfs into memory in R can be painful.
plink --vcf in.vcf -het --out my_samples
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.