download ANNOVAR DB for annotation https://doc-openbio.readthedocs.io/projects/annovar/en/latest/user-guide/download/#additional-databases
1 2 3 4 5 | download.annovar.db(
force = FALSE,
path_to_annovar = NA,
path_annovar_db = "DB_annovar"
)
|
force |
a boolean wheter the function should check if the database is already stored before to download them |
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.