Description Usage Arguments Examples
Download anor databases
1 2 3 4 5 6 7 8 9 10 11 12 13 |
download.name |
Download name, default is NULL and get value from database.cfg dependence_db |
database.dir |
Destination directory to store databases |
version |
Version of download database, supported version can be get by download.database('db_annovar_avsnp', show.all.versions = TRUE) |
buildver |
Genome version, e.g hg19, hg38, mm10 |
download.cfg |
Configuration file for download, most of anor database resources can be found in system.file('extdata', 'config/db/db_annovar.toml', package = 'BioInstaller') |
show.all.versions |
Logical indicating wheather show all avaliable versions |
show.all.names |
Logical indicating wheather show all avaliable name |
show.all.buildvers |
Logical indicating wheather show all avaliable buildver |
verbose |
Logical indicating wheather print the extra log infomation |
... |
Other parameters pass to |
1 2 | download.database('db_annovar_avsnp', database.dir = sprintf('%s/databases/', tempdir()),
show.all.versions = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.