annovarR (version 1.0.0)

get.annotation.names: Get all annovarR supported databases

Description

Get all annovarR supported databases

Usage

get.annotation.names(database.cfg = system.file("extdata",
  "config/databases.toml", package = "annovarR"))

Arguments

database.cfg

Configuration file of annovarR databases infomation

Examples

Run this code
# NOT RUN {
cfg <- system.file('extdata', 'config/config.toml', package = 'annovarR')
get.annotation.names(cfg) 
# }

Run the code above in your browser using DataCamp Workspace