Description Usage Arguments Details
annotate variants
1 2 3 4 5 6  | annotate_variants(x, outpath, outfile, execute = TRUE,
  annovarPath = "/scratch/iacs/apps/annovar/latest",
  db_path = "/scratch/iacs/apps/annovar/humandb", build = "hg19",
  protocols_g, protocols_f, chr = "contig", start = "position",
  end = "position", ref = "ref_allele", alt = "alt_allele",
  use_uuid = TRUE)
 | 
x | 
 A data.frame or a file with an extension recognized by read_sheet  | 
execute | 
 logical, run annovar dry-run  | 
annovarPath | 
 Path to annovar executable  | 
db_path | 
 path to annovar database  | 
build | 
 build version of the input files  | 
protocols_g | 
 region-type annotation databases, see Annovar's website for details  | 
protocols_f | 
 filter-type annotation databases, see Annovar's website for details  | 
chr | 
 column which represents the chromosome  | 
start | 
 column representing start location  | 
end | 
 column representing end location  | 
ref | 
 column representing reference allele  | 
alt | 
 column representing alternate allele  | 
out_path | 
 output path  | 
out_file | 
 output file  | 
Important default arguments:
-otherinfo -nastring . -remove -buildver
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.