import_vcf | R Documentation |
import *.vcf structured text format,
as well as the compressed *.vcf.gz
format.
import_vcf(file = file, ...)
import_vcf(file = file, ...)
file |
file path of VCF file |
... |
pass to |
vcfR object
Zhangrenl
vcfR::read.vcfR()
vcfPath <- system.file("extdata", "var.vcf.gz", package = "geneHapR")
vcf <- import_vcf(file = vcfPath)
vcf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.