-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.33 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
# Generated by roxygen2: do not edit by hand
S3method(map_atlas,glasser)
S3method(plot,glasser)
S3method(print,atlas)
S3method(print,glasser)
export(dilate_atlas)
export(get_aseg_atlas)
export(get_ggseg_atlas)
export(get_glasser_atlas)
export(get_hipp_atlas)
export(get_olsen_mtl)
export(get_roi)
export(get_schaefer_atlas)
export(get_schaefer_surfatlas)
export(get_template)
export(get_template_brainmask)
export(get_template_csf)
export(get_template_gm)
export(get_template_head)
export(get_template_probseg)
export(get_template_schaefer)
export(get_template_wm)
export(ggseg_schaefer)
export(install_templateflow)
export(map_atlas)
export(map_to_schaefer)
export(merge_atlases)
export(plot_glasser)
export(resample)
export(templates)
import(ggseg)
import(ggsegGlasser)
import(ggsegSchaefer)
import(reticulate)
import(scico)
importFrom(assertthat,assert_that)
importFrom(cli,rule)
importFrom(cli,symbol)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(downloader,download)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarize)
importFrom(ggiraph,geom_polygon_interactive)
importFrom(ggiraph,girafe)
importFrom(ggiraph,opts_hover)
importFrom(ggiraph,opts_selection)
importFrom(ggiraph,opts_tooltip)
importFrom(ggplot2,aes)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggseg,as_brain_atlas)
importFrom(ggseg,ggseg)
importFrom(magrittr,"%>%")
importFrom(neuroim2,ClusteredNeuroVol)
importFrom(neuroim2,NeuroVol)
importFrom(neuroim2,ROIVol)
importFrom(neuroim2,index_to_coord)
importFrom(neuroim2,index_to_grid)
importFrom(neuroim2,read_vol)
importFrom(neuroim2,resample)
importFrom(neuroim2,searchlight_coords)
importFrom(neuroim2,space)
importFrom(neuroim2,spacing)
importFrom(neuroim2,write_vol)
importFrom(neurosurf,read_freesurfer_annot)
importFrom(rflann,RadiusSearch)
importFrom(scales,squish)
importFrom(scico,scale_fill_scico)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_geometry)
importFrom(sf,st_multipolygon)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(stringr,str_extract_all)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_longer)