-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
123 lines (122 loc) · 3.65 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
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method(add_count,SpatialExperiment)
S3method(as_tibble,SpatialExperiment)
S3method(bind_cols,SpatialExperiment)
S3method(bind_rows,SpatialExperiment)
S3method(extract,SpatialExperiment)
S3method(filter,SpatialExperiment)
S3method(inner_join,SpatialExperiment)
S3method(left_join,SpatialExperiment)
S3method(mutate,SpatialExperiment)
S3method(nest,SpatialExperiment)
S3method(plot_ly,SpatialExperiment)
S3method(print,SpatialExperiment)
S3method(right_join,SpatialExperiment)
S3method(sample_frac,SpatialExperiment)
S3method(sample_n,SpatialExperiment)
S3method(select,SpatialExperiment)
S3method(separate,SpatialExperiment)
S3method(tbl_format_header,tidySpatialExperiment)
S3method(unite,SpatialExperiment)
S3method(unnest,tidySpatialExperiment_nested)
export(aggregate_cells)
export(ellipse)
export(gate)
export(rectangle)
export(unnest_single_cell_experiment)
import(tidySingleCellExperiment)
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,rbind)
importFrom(Matrix,rowSums)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,cbind)
importFrom(SingleCellExperiment,int_metadata)
importFrom(SpatialExperiment,imgData)
importFrom(SpatialExperiment,imgRaster)
importFrom(SpatialExperiment,imgSource)
importFrom(SpatialExperiment,spatialCoords)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(cli,col_br_black)
importFrom(dplyr,add_count)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,right_join)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(fansi,strwrap_ctl)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(methods,callNextMethod)
importFrom(methods,getMethod)
importFrom(methods,is)
importFrom(pillar,align)
importFrom(pillar,get_extent)
importFrom(pillar,style_subtle)
importFrom(pillar,tbl_format_header)
importFrom(pkgconfig,get_config)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,raster2uri)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(rlang,":=")
importFrom(rlang,dots_values)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,flatten_if)
importFrom(rlang,is_spliced)
importFrom(rlang,names2)
importFrom(rlang,quo_name)
importFrom(rlang,quo_squash)
importFrom(rlang,sym)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidygate,gate)
importFrom(tidygate,server)
importFrom(tidygate,ui)
importFrom(tidyr,extract)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,eval_select)
importFrom(ttservice,bind_cols)
importFrom(ttservice,bind_rows)
importFrom(ttservice,join_features)
importFrom(ttservice,plot_ly)
importFrom(utils,data)
importFrom(utils,tail)
importFrom(vctrs,new_data_frame)