-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(AddModuleActivityScore)
export(CalculateGeneDistance)
export(ClusterGenes)
export(ConstructDiffusionOperators)
export(ConstructGaussianGraph)
export(ConstructKnnGraph)
export(CustomFeaturePlot)
export(CustomModulePlot)
export(FindPC)
export(LMD)
export(RowwiseNormalize)
export(VisualizeDiffusion)
export(VisualizeGeneHeatmap)
export(VisualizeGeneTSNE)
export(VisualizeGraph)
export(VisualizeScorePattern)
export(fastKLMatrix)
export(fastKLVector)
export(fastMatMult)
export(fast_calculate_score_profile)
export(fast_calculate_score_profile_highres)
export(fast_calculate_score_profile_largeData)
export(fast_get_lmds)
export(get_score_profile)
export(obtain_lmds)
export(show_result_lmd)
import(RColorBrewer)
import(Rcpp)
import(cowplot)
import(dplyr)
import(ggplot2)
import(ggraph)
import(pheatmap)
importFrom(Rcpp,sourceCpp)
importFrom(Seurat,AddMetaData)
importFrom(dbscan,dbscan)
importFrom(dbscan,hdbscan)
importFrom(dynamicTreeCut,cutreeDynamic)
importFrom(igraph,V)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(philentropy,distance)
importFrom(stats,dist)
importFrom(stats,hclust)
useDynLib(LocalizedMarkerDetector, .registration = TRUE)