read_vcf_gt {mixIndependR} | R Documentation |
Import genotype data from vcf files/
read_vcf_gt(x)
x |
The vcf file with its directory |
This function extract the genotypes and allele status from a vcf file.
a list contains the genotype and allele status.
## Not run:
df<-read_vcf_gt("~/x.vcf")
## End(Not run)