Description Usage Arguments Examples
This function takes a merged ClinVar-sequencing dataset and returns an ancestry-stratified plot of allele frequencies.
| 1 2 3 | annotate_1000g(vcf)
annotate_1000g(genes)
annotate_1000g(vcf, conflicts = FALSE)
 | 
| vcf | data.frame; clinvaR-processed vcf containing 1000 genomes sequencing data. Defaults to importing data from all downloads: vcf <- import_file_1000g(). | 
| clinvar | data.frame; clinvaR-processed vcf containing ClinVar data. Defaults to get_clinvar(). | 
| 1 2 | annotate_1000g(genes = get_genes())
annotate_1000g(clinvar = get_clinvar(), vcf = import_file_1000g())
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.