-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
69 lines (68 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
export(downloadPathwayArchive)
export(findPathwayIDsByOrcid)
export(findPathwayIdsByLiterature)
export(findPathwayIdsByText)
export(findPathwayIdsByXref)
export(findPathwayNamesByLiterature)
export(findPathwayNamesByOrcid)
export(findPathwayNamesByText)
export(findPathwayNamesByXref)
export(findPathwayUrlsByLiterature)
export(findPathwayUrlsByOrcid)
export(findPathwayUrlsByText)
export(findPathwayUrlsByXref)
export(findPathwaysByLiterature)
export(findPathwaysByOrcid)
export(findPathwaysByText)
export(findPathwaysByXref)
export(getCounts)
export(getCurationStatus)
export(getCurationTagNames)
export(getCurationTags)
export(getEveryCurationTag)
export(getOntologyTermIds)
export(getOntologyTermNames)
export(getOntologyTerms)
export(getPathway)
export(getPathwayHistory)
export(getPathwayIdsByCommunity)
export(getPathwayIdsByCurationTag)
export(getPathwayIdsByOntologyTerm)
export(getPathwayIdsByParentOntologyTerm)
export(getPathwayInfo)
export(getPathwayNamesByCommunity)
export(getPathwayUrlsByCommunity)
export(getPathwaysByCommunity)
export(getPathwaysByCurationTag)
export(getPathwaysByOntologyTerm)
export(getPathwaysByParentOntologyTerm)
export(getRecentChanges)
export(getRecentChangesIds)
export(getRecentChangesNames)
export(getXrefList)
export(listCommunities)
export(listOrganisms)
export(listPathwayIds)
export(listPathwayNames)
export(listPathwayUrls)
export(listPathways)
export(readGMT)
export(readGMTnames)
export(readPathwayGMT)
export(wikipathwaysAPI)
export(wikipathwaysGET)
export(writeGMT)
import(dplyr)
importFrom(RCurl,getURL)
importFrom(XML,readHTMLTable)
importFrom(data.table,rbindlist)
importFrom(httr,GET)
importFrom(purrr,map_dfr)
importFrom(rjson,fromJSON)
importFrom(tidyr,separate)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,stack)
importFrom(utils,write.table)