-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
executable file
·44 lines (43 loc) · 968 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(STclust)
export(STdiff)
export(STdiff_volcano)
export(STenrich)
export(STenrich_old)
export(STgradient)
export(SThet)
export(SThet_invdist_test)
export(STlist)
export(STplot)
export(STplot_interpolation)
export(compare_SThet)
export(distribution_plots)
export(filter_data)
export(gene_interpolation)
export(get_gene_meta)
export(load_images)
export(old_SThet)
export(plot_counts)
export(plot_image)
export(pseudobulk_heatmap)
export(pseudobulk_dim_plot)
export(pseudobulk_samples)
export(summarize_STlist)
export(transform_data)
import(Matrix)
import(fields)
import(ggplot2)
import(ggpolypath)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(Rcpp,evalCpp)
importFrom(stats,as.dist)
importFrom(stats,complete.cases)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,prcomp)
importFrom(stats,sd)
useDynLib(spatialGE)