-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
53 lines (52 loc) · 1.31 KB
/
NAMESPACE
File metadata and controls
53 lines (52 loc) · 1.31 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,BOOST.GP)
S3method(print,BOOST.Ising)
S3method(print,SPARK)
S3method(print,SpatialDE)
S3method(print,binSpect)
export(BOOST.GP)
export(BOOST.Ising)
export(SPARK)
export(SpatialDE)
export(binSpect)
export(binarize.st)
export(compute.metrics)
export(get.neighbors)
export(get.size.factor)
export(normalize.st)
export(rank.aggregation)
export(st.plot)
importFrom(Rcpp,sourceCpp)
importFrom(TopKLists,Borda)
importFrom(TopKLists,MC)
importFrom(dbscan,kNN)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_distiller)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(pROC,auc)
importFrom(pROC,roc)
importFrom(stats,IQR)
importFrom(stats,coef)
importFrom(stats,fisher.test)
importFrom(stats,kmeans)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,nls)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(utils,capture.output)
useDynLib(boost, .registration = TRUE)