vcf annotation with ANNOVAR
1 2 3 4 5 6  | vcf.annovar.annotation(
  my_raw_vcf,
  path_results = "MORFEE_results",
  path_to_annovar = NA,
  path_annovar_db = "DB_annovar"
)
 | 
my_raw_vcf | 
 a string to define name of raw VCF to annotate  | 
path_results | 
 a path where the annoated VCF will be saved  | 
path_to_annovar | 
 define path to ANNOVAR binaries  | 
path_annovar_db | 
 a path where the database will be stored  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.