View source: R/firevat_annotation.R
QueryAnnotatedVCF | R Documentation |
Annotates a vcf.obj using df.variants.of.interest (from (PrepareAnnotationDB
)
QueryAnnotatedVCF( vcf.obj.annotated, filter.key.value.pairs, filter.condition = "AND" )
vcf.obj.annotated |
|
filter.key.value.pairs |
A list with the key as the column name and value as the filtering values. E.g. list("CLNSIG" = c("Pathogenic", "Pathogenic/Likely_pathogenic")) |
filter.condition |
'AND' or 'OR'. |
A vcf.obj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.