Description Usage Arguments Value Examples
getVr is a Getter. Returns vr slot.
1 | getVR(x)
|
x |
VCFData object |
VRanges
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.