powered by
import *.vcf structured text format, as well as the compressed *.vcf.gz format.
*.vcf.gz
import_vcf(file = file, ...)import_vcf(file = file, ...)
import_vcf(file = file, ...)
vcfR object
file path of VCF file
pass to vcfR::read.vcfR()
vcfR::read.vcfR()
Zhangrenl
vcfPath <- system.file("extdata", "var.vcf.gz", package = "geneHapR") vcf <- import_vcf(file = vcfPath) vcf
Run the code above in your browser using DataLab