Description Usage Arguments Value Examples
Getter for VCFQAReport class to return plots slot.
1 | getPlots(Object)
|
Object |
Object of Class VCFQAReport |
List of named ggplots
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)
getPlots(ev)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.