Learn R Programming

genotypeeval (version 1.2.2)

getVR: getVr is a Getter. Returns vr slot.

Description

getVr is a Getter. Returns vr slot.

Usage

getVR(x)

Arguments

x
VCFData object

Value

  • VRanges

Examples

Run this code
vcffn <- system.file("ext-data", "chr22.GRCh38.vcf.gz", package="genotypeeval")
mydir <- paste(dirname(vcffn), "/", sep="")
myfile <-basename(vcffn)
svp <- ScanVcfParam(which=GRanges("22", IRanges(0,1e5)), geno="GT")
vcf <- ReadVCFData(mydir, myfile, "GRCh38")
getVR(vcf)

Run the code above in your browser using DataLab