-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
52 lines (51 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
export(downloadPathwayArchive)
export(findPathwayIdsByLiterature)
export(findPathwayIdsByText)
export(findPathwayIdsByXref)
export(findPathwayNamesByLiterature)
export(findPathwayNamesByText)
export(findPathwayNamesByXref)
export(findPathwayUrlsByLiterature)
export(findPathwayUrlsByText)
export(findPathwayUrlsByXref)
export(findPathwaysByLiterature)
export(findPathwaysByText)
export(findPathwaysByXref)
export(getColoredPathway)
export(getCurationTagNames)
export(getCurationTags)
export(getEveryCurationTag)
export(getOntologyTermIds)
export(getOntologyTermNames)
export(getOntologyTerms)
export(getPathway)
export(getPathwayHistory)
export(getPathwayIdsByCurationTag)
export(getPathwayIdsByOntologyTerm)
export(getPathwayIdsByParentOntologyTerm)
export(getPathwayInfo)
export(getPathwaysByCurationTag)
export(getPathwaysByOntologyTerm)
export(getPathwaysByParentOntologyTerm)
export(getRecentChanges)
export(getRecentChangesIds)
export(getRecentChangesNames)
export(getXrefList)
export(listOrganisms)
export(listPathwayIds)
export(listPathwayNames)
export(listPathwayUrls)
export(listPathways)
export(wikipathwaysAPI)
export(wikipathwaysGET)
importFrom(RJSONIO,fromJSON)
importFrom(XML,readHTMLTable)
importFrom(data.table,dcast)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(httr,GET)
importFrom(tidyr,unnest)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,download.file)