getResults: Getter for VCFQAReport class to return results. Return a...

Description Usage Arguments Value Examples

Description

Getter for VCFQAReport class to return results. Return a list showing values that the sample was evaluated on.

Usage

1
getResults(Object)

Arguments

Object

an object of type VCFQAReport

Value

numeric vector of results

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)
getResults(ev)

jentom/genotypeeval documentation built on May 13, 2019, 12:54 p.m.