-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
92 lines (91 loc) · 2.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
# Generated by roxygen2: do not edit by hand
export(Complexing)
export(Converting)
export(Differing)
export(LoadCellPhoneDB)
export(Matchmaking)
export(Merging)
export(Normalization)
export(PlotHeatmap)
export(PlotHistogram)
export(PlotNetwork)
export(PlotScatter)
export(PlotSpot)
export(Resetting)
export(Saving)
export(Screening)
export(Selecting)
export(Sketching)
export(Subsetting)
exportClasses(Matchmaker)
importFrom(Matrix,Matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,nnzero)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(Rcpp,sourceCpp)
importFrom(cowplot,theme_cowplot)
importFrom(doParallel,registerDoParallel)
importFrom(emdist,emd2d)
importFrom(emdist,emdw)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,alpha)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(gplots,heatmap.2)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(igraph,as.igraph)
importFrom(igraph,cluster_louvain)
importFrom(irlba,irlba)
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,divide_by)
importFrom(matrixStats,colMaxs)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colMins)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowMedians)
importFrom(matrixStats,rowSds)
importFrom(methods,new)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(qgraph,qgraph)
importFrom(reshape2,melt)
importFrom(reticulate,import)
importFrom(reticulate,py_module_available)
importFrom(reticulate,use_python)
importFrom(seriation,permute)
importFrom(seriation,seriate)
importFrom(stats,dist)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
useDynLib(scMatchmaker)