-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(add_array_coords)
export(add_overlap_info)
export(as.Seurat)
export(build_SpatialExperiment)
export(merge_overlapping)
export(prep_fiji_coords)
export(prep_fiji_image)
export(rescale_fiji_inputs)
import(DropletUtils)
import(SpatialExperiment)
import(dplyr)
import(spatialLIBD)
import(xml2)
importFrom(BiocBaseUtils,checkInstalled)
importFrom(BiocGenerics,cbind)
importFrom(Matrix,Matrix)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(grDevices,col2rgb)
importFrom(imager,load.image)
importFrom(imager,resize)
importFrom(imager,save.image)
importFrom(methods,new)
importFrom(pkgcond,suppress_warnings)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rjson,fromJSON)
importFrom(rjson,toJSON)
importFrom(spatialLIBD,read10xVisiumWrapper)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_i)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)