import_vcf | R Documentation |
import vcf file
import_vcf(vcf_file = vcf_file, ...) import_vcf(vcf_file = vcf_file, ...)
vcf_file |
file path of vcf |
... |
pass to vcfR::read.vcfR |
vcfR object
Zhangrenl
## Not run: data("quickHap_test") vcfR::write.vcf(vcf, file = "test.vcf.gz") vcf <- import_vcf(file = "test.vcf.gz") unlink("test.vcf.gz") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.