-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 933 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(databaseUrl)
export(downloadDatabaseFile)
export(downloadDatabaseRanges)
export(downloadGeneFile)
export(downloadMultipartRanges)
export(effectiveNumberOfGenes)
export(fetchAllCollections)
export(fetchAllGenes)
export(fetchAllSets)
export(fetchCollectionSizes)
export(fetchGenesForAllSets)
export(fetchGenesForSomeSets)
export(fetchSetSizes)
export(fetchSetsForAllGenes)
export(fetchSetsForSomeGenes)
export(fetchSomeCollections)
export(fetchSomeSets)
export(findOverlappingSets)
export(flushMemoryCache)
export(geneUrl)
export(mapGenesByName)
export(newConfig)
export(prepareDatabaseFiles)
export(searchGenes)
export(searchSetText)
export(validateDatabaseFiles)
export(validateGeneFiles)
import(httr2)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(rappdirs,user_cache_dir)
importFrom(utils,URLencode)
importFrom(utils,head)
importFrom(utils,write.table)
useDynLib(gesel)