-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
56 lines (55 loc) · 1.54 KB
/
NAMESPACE
File metadata and controls
56 lines (55 loc) · 1.54 KB
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
# Generated by roxygen2: do not edit by hand
S3method(activate,HCAExplorer)
S3method(filter,HCAExplorer)
S3method(select,HCAExplorer)
export(HCAExplorer)
export(activate)
export(fields)
exportClasses(HCAExplorer)
exportClasses(ProjectView)
exportMethods("[")
exportMethods(checkExpressionMatricesAvailability)
exportMethods(downloadExpressionMatrices)
exportMethods(fields)
exportMethods(getManifest)
exportMethods(getManifestFileFormats)
exportMethods(nextResults)
exportMethods(resetQuery)
exportMethods(resetSelect)
exportMethods(results)
exportMethods(show)
exportMethods(undoQuery)
exportMethods(values)
exportMethods(viewProjects)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcadd)
importFrom(BiocFileCache,bfccache)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(LoomExperiment,LoomExperiment)
importFrom(LoomExperiment,LoomFile)
importFrom(LoomExperiment,import)
importFrom(S4Vectors,values)
importFrom(curl,curl_escape)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(httr,timeout)
importFrom(jsonlite,toJSON)
importFrom(methods,new)
importFrom(methods,show)
importFrom(plyr,rbind.fill)
importFrom(readr,read_csv)
importFrom(rlang,quos)
importFrom(tibble,tibble)
importFrom(tidygraph,"%>%")
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tibble)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,unzip)
importFrom(vctrs,fields)
importFrom(xml2,xml_find_all)