forked from jbergenstrahle/STUtility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
240 lines (239 loc) · 6.46 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
# Generated by roxygen2: do not edit by hand
S3method(AlignImages,Seurat)
S3method(AlignImages,Staffli)
S3method(CropImages,Seurat)
S3method(CropImages,Staffli)
S3method(LoadImages,Seurat)
S3method(LoadImages,Staffli)
S3method(ManualAlignImages,Seurat)
S3method(ManualAlignImages,Staffli)
S3method(MaskImages,Seurat)
S3method(MaskImages,Staffli)
S3method(WarpImages,Seurat)
S3method(WarpImages,Staffli)
export(AlignImages)
export(ConvertGeneNames)
export(CorSpatialGenes)
export(Create3DStack)
export(CreateStaffliObject)
export(CropImages)
export(DimOverlay)
export(DimPlot3D)
export(EdgeMask)
export(FactorGeneLoadingPlot)
export(FeatureOverlay)
export(FeaturePlot3D)
export(GetCoords)
export(GetCropWindows)
export(GetSpatNet)
export(GetStaffli)
export(HSVOverlay)
export(HSVPlot)
export(HSVPlot3D)
export(ImagePlot)
export(InputFromTable)
export(LoadImages)
export(ManualAlignImages)
export(ManualAnnotation)
export(MaskImages)
export(MergeSTData)
export(RegionNeighbours)
export(RunNMF)
export(ST.DimPlot)
export(ST.FeaturePlot)
export(ST.ImagePlot)
export(ST.rgbDimPlot)
export(STPlot)
export(SubsetSTData)
export(SummarizeAssocFeatures)
export(SwitchResolution)
export(WarpImages)
export(combine.tr)
export(iminfo)
export(labelRGB)
export(palette.select)
export(rasterlists)
export(samplenames)
export(scaled.imdims)
exportClasses(Staffli)
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods("[[<-")
exportMethods(iminfo)
exportMethods(names)
exportMethods(plot)
exportMethods(rasterlists)
exportMethods(samplenames)
exportMethods(scaled.imdims)
exportMethods(show)
import(Matrix)
importFrom(Matrix,bdiag)
importFrom(Matrix,colSums)
importFrom(Seurat,"DefaultAssay<-")
importFrom(Seurat,"Idents<-")
importFrom(Seurat,CreateDimReducObject)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,DarkTheme)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,Embeddings)
importFrom(Seurat,FetchData)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,Idents)
importFrom(Seurat,Key)
importFrom(Seurat,Reductions)
importFrom(Seurat,RenameCells)
importFrom(Seurat,VariableFeatures)
importFrom(Seurat,WhichCells)
importFrom(cowplot,plot_grid)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,as_labeller)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggproto_parent)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sym)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,vars)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,densCols)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl)
importFrom(grDevices,hsv)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grid,rasterGrob)
importFrom(grid,unit)
importFrom(igraph,graph_from_data_frame)
importFrom(imager,HSVtoRGB)
importFrom(imager,LabtosRGB)
importFrom(imager,RGBtoHSV)
importFrom(imager,add)
importFrom(imager,as.cimg)
importFrom(imager,as.pixset)
importFrom(imager,blur_anisotropic)
importFrom(imager,enorm)
importFrom(imager,grayscale)
importFrom(imager,imappend)
importFrom(imager,imgradient)
importFrom(imager,imlist)
importFrom(imager,imsplit)
importFrom(imager,imsub)
importFrom(imager,imwarp)
importFrom(imager,isoblur)
importFrom(imager,magick2cimg)
importFrom(imager,map_il)
importFrom(imager,medianblur)
importFrom(imager,nPix)
importFrom(imager,sRGBtoLab)
importFrom(imager,spectrum)
importFrom(imager,split_connected)
importFrom(imager,threshold)
importFrom(jsonlite,read_json)
importFrom(magick,geometry_area)
importFrom(magick,geometry_size_pixels)
importFrom(magick,image_annotate)
importFrom(magick,image_append)
importFrom(magick,image_border)
importFrom(magick,image_composite)
importFrom(magick,image_crop)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(magick,image_scale)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(plotly,add_markers)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,modify_at)
importFrom(raster,coordinates)
importFrom(raster,raster)
importFrom(scales,rescale)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,debounce)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h4)
importFrom(shiny,headerPanel)
importFrom(shiny,hr)
importFrom(shiny,mainPanel)
importFrom(shiny,modalDialog)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,pageWithSidebar)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,showModal)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,stopApp)
importFrom(shiny,strong)
importFrom(shiny,submitButton)
importFrom(shiny,textInput)
importFrom(shiny,withProgress)
importFrom(shinyjs,reset)
importFrom(shinyjs,useShinyjs)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,packageVersion)
importFrom(zeallot,"%<-%")