import_vcf {geneNR} | R Documentation |
Imports VCF (Variant Call Format) data file
Description
Imports VCF (Variant Call Format) data file
Usage
import_vcf(file_path)
Arguments
file_path |
Provide the actual path of the VCF file |
Value
A vcfR
object containing the imported data
Examples
demo_SNP <- system.file("extdata", "demo_SNP.vcf", package = "geneNR")
vcf_data <- import_vcf(demo_SNP)
vcf_data
[Package geneNR version 2.0.1 Index]