getName: Getter for VCFQAReport class to return filename slot

Description Usage Arguments Value Examples

View source: R/VCFQAReport.R

Description

Getter for VCFQAReport class to return filename slot

Usage

1
getName(Object)

Arguments

Object

Object of class VCFQAReport

Value

Name of file

Examples

1
2
3
4
5
6
7
8
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,200e5)), geno="GT")
vcfparams <- VCFQAParam(count.limits=c(3014580000, Inf), readdepth.target = 30)
vcf <- ReadVCFData(mydir, myfile, "GRCh38")
ev <- VCFEvaluate(vcf, vcfparams)
getName(ev)

genotypeeval documentation built on Nov. 8, 2020, 5:03 p.m.