read_vcf_gt {mixIndependR} | R Documentation |
Import genotype data from vcf files/
Description
Import genotype data from vcf files/
Usage
read_vcf_gt(x)
Arguments
x |
The vcf file with its directory |
Details
This function extract the genotypes and allele status from a vcf file.
Value
a list contains the genotype and allele status.
Examples
## Not run:
df<-read_vcf_gt("~/x.vcf")
## End(Not run)
[Package mixIndependR version 1.0.0 Index]