Diff of /NAMESPACE [000000] .. [4a0329]

Switch to unified view

a b/NAMESPACE
1
# Generated by roxygen2: do not edit by hand
2
3
export(ExpMean)
4
export(LogVMR)
5
export(VscAIplot)
6
export(addpData)
7
export(as_matrix)
8
export(cellVisualization)
9
export(clust2Mat)
10
export(create_scAIobject)
11
export(featureHeatmap)
12
export(featureRankingPlot)
13
export(featureScoreVisualization)
14
export(featureVisualization)
15
export(findNearbyLoci)
16
export(getAggregatedData)
17
export(getEmbeddings)
18
export(identifyClusterMarkers)
19
export(identifyClusters)
20
export(identifyFactorMarkers)
21
export(inferRegulations)
22
export(lmHeatmap)
23
export(preprocessing)
24
export(reducedDims)
25
export(reorderFeatures)
26
export(runLeiden)
27
export(runPCA)
28
export(runUMAP)
29
export(run_scAI)
30
export(scAI_theme_opts)
31
export(scAImodel)
32
export(scPalette)
33
export(searchGeneRegions)
34
export(selectFeatures)
35
export(selectK)
36
exportClasses(scAI)
37
importFrom(ComplexHeatmap,Heatmap)
38
importFrom(ComplexHeatmap,HeatmapAnnotation)
39
importFrom(ComplexHeatmap,draw)
40
importFrom(Matrix,Matrix)
41
importFrom(RColorBrewer,brewer.pal)
42
importFrom(Rcpp,evalCpp)
43
importFrom(Rtsne,Rtsne)
44
importFrom(bedr,bedr.sort.region)
45
importFrom(bedr,in.region)
46
importFrom(biomaRt,getBM)
47
importFrom(biomaRt,useMart)
48
importFrom(circlize,colorRamp2)
49
importFrom(doParallel,registerDoParallel)
50
importFrom(dplyr,"%>%")
51
importFrom(dplyr,slice)
52
importFrom(dplyr,summarize)
53
importFrom(dplyr,top_n)
54
importFrom(foreach,"%dopar%")
55
importFrom(foreach,foreach)
56
importFrom(future,nbrOfWorkers)
57
importFrom(future.apply,future_sapply)
58
importFrom(ggplot2,aes)
59
importFrom(ggplot2,element_blank)
60
importFrom(ggplot2,element_line)
61
importFrom(ggplot2,element_rect)
62
importFrom(ggplot2,element_text)
63
importFrom(ggplot2,facet_wrap)
64
importFrom(ggplot2,geom_line)
65
importFrom(ggplot2,geom_point)
66
importFrom(ggplot2,ggplot)
67
importFrom(ggplot2,guide_colorbar)
68
importFrom(ggplot2,guide_legend)
69
importFrom(ggplot2,guides)
70
importFrom(ggplot2,labs)
71
importFrom(ggplot2,scale_color_distiller)
72
importFrom(ggplot2,scale_color_manual)
73
importFrom(ggplot2,scale_colour_gradientn)
74
importFrom(ggplot2,scale_fill_manual)
75
importFrom(ggplot2,scale_shape_manual)
76
importFrom(ggplot2,scale_size_manual)
77
importFrom(ggplot2,theme)
78
importFrom(ggplot2,theme_classic)
79
importFrom(ggplot2,xlab)
80
importFrom(ggplot2,ylab)
81
importFrom(ggrepel,geom_text_repel)
82
importFrom(grDevices,colorRampPalette)
83
importFrom(graphics,smoothScatter)
84
importFrom(graphics,text)
85
importFrom(grid,gpar)
86
importFrom(grid,grid.draw)
87
importFrom(grid,grid.grabExpr)
88
importFrom(grid,grid.newpage)
89
importFrom(grid,popViewport)
90
importFrom(grid,pushViewport)
91
importFrom(grid,unit)
92
importFrom(grid,viewport)
93
importFrom(irlba,irlba)
94
importFrom(methods,as)
95
importFrom(methods,new)
96
importFrom(methods,setClass)
97
importFrom(parallel,detectCores)
98
importFrom(parallel,makeCluster)
99
importFrom(parallel,makeForkCluster)
100
importFrom(pbapply,pbsapply)
101
importFrom(reticulate,import)
102
importFrom(reticulate,py_module_available)
103
importFrom(reticulate,py_set_seed)
104
importFrom(reticulate,r_to_py)
105
importFrom(reticulate,source_python)
106
importFrom(rfunctions,crossprodcpp)
107
importFrom(stats,as.dist)
108
importFrom(stats,cophenetic)
109
importFrom(stats,cor)
110
importFrom(stats,cutree)
111
importFrom(stats,dist)
112
importFrom(stats,dnorm)
113
importFrom(stats,hclust)
114
importFrom(stats,median)
115
importFrom(stats,p.adjust)
116
importFrom(stats,pchisq)
117
importFrom(stats,prcomp)
118
importFrom(stats,rbinom)
119
importFrom(stats,runif)
120
importFrom(stats,sd)
121
importFrom(stats,setNames)
122
importFrom(stats,var)
123
importFrom(stats,wilcox.test)
124
useDynLib(scAI)