-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
124 lines (123 loc) · 3.33 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
# Generated by roxygen2: do not edit by hand
export(ExpMean)
export(LogVMR)
export(VscAIplot)
export(addpData)
export(as_matrix)
export(cellVisualization)
export(clust2Mat)
export(create_scAIobject)
export(featureHeatmap)
export(featureRankingPlot)
export(featureScoreVisualization)
export(featureVisualization)
export(findNearbyLoci)
export(getAggregatedData)
export(getEmbeddings)
export(identifyClusterMarkers)
export(identifyClusters)
export(identifyFactorMarkers)
export(inferRegulations)
export(lmHeatmap)
export(preprocessing)
export(reducedDims)
export(reorderFeatures)
export(runLeiden)
export(runPCA)
export(runUMAP)
export(run_scAI)
export(scAI_theme_opts)
export(scAImodel)
export(scPalette)
export(searchGeneRegions)
export(selectFeatures)
export(selectK)
exportClasses(scAI)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(Matrix,Matrix)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,evalCpp)
importFrom(Rtsne,Rtsne)
importFrom(bedr,bedr.sort.region)
importFrom(bedr,in.region)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useMart)
importFrom(circlize,colorRamp2)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,top_n)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(future,nbrOfWorkers)
importFrom(future.apply,future_sapply)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_distiller)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,smoothScatter)
importFrom(graphics,text)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.grabExpr)
importFrom(grid,grid.newpage)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(irlba,irlba)
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,makeForkCluster)
importFrom(pbapply,pbsapply)
importFrom(reticulate,import)
importFrom(reticulate,py_module_available)
importFrom(reticulate,py_set_seed)
importFrom(reticulate,r_to_py)
importFrom(reticulate,source_python)
importFrom(rfunctions,crossprodcpp)
importFrom(stats,as.dist)
importFrom(stats,cophenetic)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,prcomp)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,wilcox.test)
useDynLib(scAI)