-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 915 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
# Generated by roxygen2: do not edit by hand
export(checkEnsemblArchive)
export(gene)
export(geneanno)
export(getEnsembleList)
export(getGeneSummary)
export(getGroupGeneList)
export(getNihQuery)
export(getNihSummary)
export(getPublicationList)
export(getUniprotSummary)
export(getUniqueGeneList)
export(parseInputFile)
export(produceOutputFiles)
export(pubmed)
export(query)
export(searchPublications)
importFrom(XML,getNodeSet)
importFrom(XML,xmlClone)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(methods,"slot<-")
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(stats,runif)
importFrom(utils,read.table)
importFrom(utils,write.table)