View source: R/firevat_annotation.R
AnnotateVCFObj | R Documentation |
Annotates a vcf.obj using df.variants.of.interest (from PrepareAnnotationDB
)
AnnotateVCFObj( vcf.obj, df.annotation.db, columns.to.include, include.all.columns = FALSE )
vcf.obj |
|
df.annotation.db |
A data.frame from |
columns.to.include |
A character vector of columns to include. Note that existing columns in vcf.obj will not be affected. |
include.all.columns |
A boolean value. If TRUE, then annotates vcf.obj with all columns present in df.variants.of.interest. If FALSE, columns.to.include must be supplied. |
An annotated vcf.obj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.