Description Usage Arguments Value Examples
User Constructor for class
1 | ReadGoldData(genome, vcffilename, goldparams)
|
genome |
Genome build, GRCh37 or GRCh38 |
vcffilename |
path and filename of vcf file |
goldparams |
GoldDataParam object setting thresholds for evaluation |
Object of class GoldData
1 2 3 | gparam <- GoldDataParam(percent.confirmed=0.792, percent.het.rare = 0.93)
g1000fn <- system.file("ext-data", "example_gold_file.vcf", package="genotypeeval")
g1000 <- ReadGoldData("GRCh38", g1000fn, gparam)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.