-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
114 lines (113 loc) · 3.04 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
S3method(banc_add_synapses,default)
S3method(banc_add_synapses,neuron)
S3method(banc_add_synapses,neuronlist)
S3method(banc_decapitate,"NULL")
S3method(banc_decapitate,data.frame)
S3method(banc_decapitate,hxsurf)
S3method(banc_decapitate,matrix)
S3method(banc_decapitate,mesh3d)
S3method(banc_decapitate,neuron)
S3method(banc_decapitate,neuronlist)
S3method(banc_reroot,neuron)
S3method(banc_reroot,neuronlist)
S3method(geom_neuron,"NULL")
S3method(geom_neuron,data.frame)
S3method(geom_neuron,dotprops)
S3method(geom_neuron,hxsurf)
S3method(geom_neuron,list)
S3method(geom_neuron,matrix)
S3method(geom_neuron,mesh3d)
S3method(geom_neuron,neuron)
S3method(geom_neuron,neuronlist)
S3method(geom_neuron,splitneuron)
S3method(geom_neuron,synapticneuron)
S3method(ggplot2_neuron_path,"NULL")
S3method(ggplot2_neuron_path,mesh3d)
S3method(ggplot2_neuron_path,neuron)
S3method(ggplot2_neuron_path,neuronlist)
export(banc_add_synapses)
export(banc_all_synapses)
export(banc_backbone_proofread)
export(banc_brain_side_view)
export(banc_cave_client)
export(banc_cave_query)
export(banc_cave_tables)
export(banc_cave_views)
export(banc_cell_ids)
export(banc_cell_info)
export(banc_cellid_from_segid)
export(banc_change_log)
export(banc_decapitate)
export(banc_edgelist)
export(banc_front_view)
export(banc_ggneuron)
export(banc_ids)
export(banc_islatest)
export(banc_latestid)
export(banc_leaves)
export(banc_mirror)
export(banc_neck_connective_neurons)
export(banc_neuron_comparison_plot)
export(banc_nm2raw)
export(banc_nuclei)
export(banc_partner_summary)
export(banc_partners)
export(banc_peripheral_nerves)
export(banc_raw2nm)
export(banc_read_l2dp)
export(banc_read_l2skel)
export(banc_read_neuroglancer_mesh)
export(banc_read_neuron_meshes)
export(banc_read_nuclei_mesh)
export(banc_reroot)
export(banc_rootid)
export(banc_scene)
export(banc_segid_from_cellid)
export(banc_set_token)
export(banc_side_view)
export(banc_to_JRC2018F)
export(banc_updateids)
export(banc_upload_mesh)
export(banc_view)
export(banc_vnc_side_view)
export(banc_vnc_view)
export(banc_voxdims)
export(banc_xyz2id)
export(bancsee)
export(banctable_append_rows)
export(banctable_login)
export(banctable_move_to_bigdata)
export(banctable_query)
export(banctable_set_token)
export(banctable_update_rows)
export(choose_banc)
export(dr_banc)
export(elastix_xform)
export(franken_meta)
export(geom_neuron)
export(ggneuron)
export(ggplot2_neuron_path)
export(navis_elastix_xform)
export(with_banc)
import(bit64)
import(fafbseg)
import(nat.flybrains)
importFrom(dplyr,across)
importFrom(dplyr,ends_with)
importFrom(dplyr,mutate)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(nat,xyzmatrix)
importFrom(nat,xyzmatrix2str)
importFrom(pbapply,pbsapply)
importFrom(reticulate,conda_create)
importFrom(reticulate,conda_install)
importFrom(reticulate,conda_list)
importFrom(reticulate,import)
importFrom(reticulate,py_install)
importFrom(reticulate,use_condaenv)
importFrom(rlang,.data)
importFrom(utils,browseURL)
importFrom(utils,packageVersion)
importFrom(utils,write.table)