powered by
Imports VCF (Variant Call Format) data file
import_vcf(file_path)
A vcfR object containing the imported data
vcfR
Provide the actual path of the VCF file
# \donttest{ demo_SNP <- system.file("extdata", "demo_SNP.vcf", package = "geneNR") vcf_data <- import_vcf(demo_SNP) vcf_data # }
Run the code above in your browser using DataLab