-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,APResult)
S3method(plot3d,APResult)
export(apclusterfc)
export(download.file.wcheck)
export(dpscan)
export(drawRegionSurf)
export(fc_annotated_class)
export(fc_attach_bigmat)
export(fc_attach_ff)
export(fc_download_data)
export(fc_gene_name)
export(fc_get_ids)
export(fc_glom)
export(fc_idid)
export(fc_nblast)
export(fc_neuron)
export(fc_neuron_type)
export(fc_page)
export(fc_read_neurons)
export(fc_sex)
export(fc_subscoremat)
export(fcgn_forfile)
export(fcwbnpsurf)
export(fcwbsurf)
export(getRegionSurf)
export(getRegionsFromSurf)
export(hclustfc)
export(load_fcdata)
export(load_fcdb)
export(load_si_data)
export(plot3dfc)
export(pop3dfc)
export(selectRegionsFromSurf)
import(ff)
import(nat)
importFrom(RCurl,url.exists)
importFrom(apcluster,apcluster)
importFrom(bigmemory,attach.big.matrix)
importFrom(grDevices,rainbow)
importFrom(nat.templatebrains,xform_brain)
importFrom(rgl,par3d)
importFrom(rgl,plot3d)
importFrom(rgl,rgl.close)
importFrom(rgl,rgl.cur)
importFrom(rgl,rgl.pop)
importFrom(rgl,rgl.set)
importFrom(rgl,select3d)
importFrom(stats,as.dist)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(yaml,as.yaml)
importFrom(yaml,yaml.load_file)