-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
38 lines (34 loc) · 952 Bytes
/
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
import(AnnotationDbi)
import(org.Hs.eg.db)
importFrom(methods,
as,
new,
callNextMethod,
setMethod,
setRefClass)
importFrom(DBI,
dbConnect,
dbGetQuery,
dbSendQuery,
dbDisconnect)
# Only statically exported objects are listed here.
# All the AnnObj instances created at load time (ex. SomaScanENTREZID and the
# like) are dynamically exported, including UNIPROT2PROBE - see R/zzz.R
export(SomaScan,
SomaScan_dbconn,
SomaScan_dbfile,
SomaScan_dbschema,
SomaScan_dbInfo,
SomaScanORGANISM,
SomaScanTARGETFULLNAME) # custom bimap
# Export SomaDb class
exportClasses("SomaDb")
# Export methods for SomaDb
exportMethods("keys",
"columns",
"select",
"mapIds",
"keytypes")
# Export functions & data objects
export(somascan_menu)
export(addTargetFullName)