-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
67 lines (66 loc) · 1.63 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(annotation)
export(annotation.cols.match)
export(annotation.merge)
export(annotation.region.match)
export(annovar)
export(del)
export(download.database)
export(drop.mysql.index)
export(drop.sqlite.index)
export(get.annotation.dbtype)
export(get.annotation.names)
export(get.annotation.needcols)
export(get.download.name)
export(mysql.auto.build)
export(mysql.auto.index)
export(mysql.build)
export(mysql.head)
export(mysql.index)
export(mysql.tb.colnames)
export(mysql.tb.indexes)
export(sql2sqlite)
export(sqlite.auto.build)
export(sqlite.auto.index)
export(sqlite.build)
export(sqlite.head)
export(sqlite.index)
export(sqlite.tb.colnames)
export(sqlite.tb.indexes)
export(sqlite2sql)
export(vcfanno)
export(vep)
import(BioInstaller)
import(DBI)
import(configr)
import(data.table)
import(futile.logger)
import(glue)
import(liteq)
import(stringr)
importFrom(AnnotationDbi,select)
importFrom(RMySQL,MySQL)
importFrom(RMySQL,dbRemoveTable)
importFrom(RMySQL,mysqlHasDefault)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbRemoveTable)
importFrom(devtools,install_github)
importFrom(methods,formalArgs)
importFrom(ngstk,batch_file)
importFrom(ngstk,split_list)
importFrom(ngstk,split_row_file)
importFrom(stringi,stri_rand_strings)
importFrom(utils,compareVersion)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(vcfR,INFO2df)
importFrom(vcfR,getALT)
importFrom(vcfR,getCHROM)
importFrom(vcfR,getFILTER)
importFrom(vcfR,getFIX)
importFrom(vcfR,getID)
importFrom(vcfR,getINFO)
importFrom(vcfR,getPOS)
importFrom(vcfR,read.vcfR)