-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.69 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
68
69
70
# Generated by roxygen2: do not edit by hand
S3method(print,pathwayView)
export(addDBLayer)
export(addDiseaseLayer)
export(addGenesLayer)
export(addStep)
export(addUPKBLayer)
export(downloadPathway)
export(getAllUPKB)
export(getDBCarriers)
export(getDBDrug)
export(getDBDrugInteractions)
export(getDBEnzymes)
export(getDBTargets)
export(getDBTransporters)
export(getDBtoUPKB)
export(getExternalIDs)
export(getInternalIDs)
export(getKEGGtoDATABASE)
export(getKEGGtoOMIM)
export(getKeggGene)
export(getKeggOmimRelation)
export(getKeggUpkbRelations)
export(getOmimToKEGG)
export(getOmimToUPKB)
export(getPathwayID)
export(getRelatedGenes)
export(getUPKBDBRelations)
export(getUPKBInfo)
export(getUPKBInteractions)
export(getUPKBRelatedDiseases)
export(getUPKBtoDB)
export(getUPKBtoKEGG)
export(interactionKegg)
export(loadDBXML)
export(multipath)
export(pathway2Mully)
export(pathwayView)
export(simplifyInteractionKegg)
export(transformKeggData)
export(undo)
export(wntpathway)
import(igraph)
import(mully)
import(rBiopaxParser)
importFrom(RCurl,url.exists)
importFrom(UniProt.ws,select)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(dbparser,read_drugbank_xml_db)
importFrom(dbparser,run_all_parsers)
importFrom(dplyr,anti_join)
importFrom(dplyr,select)
importFrom(graph,nodeData)
importFrom(igraph,V)
importFrom(mully,plot3d)
importFrom(rBiopaxParser,listPathways)
importFrom(rBiopaxParser,readBiopax)
importFrom(romim,get_omim)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(svMisc,progress)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(uuid,UUIDgenerate)
importFrom(xml2,read_xml)