-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
38 lines (37 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(CrossBatchGrouping)
export(EstNumModule)
export(FindMarkerModule)
export(ICAcomputing)
export(ModuleSignificanceTest)
export(RunICAnet)
export(RunICAnetTF)
export(RunModuleSVD)
export(SharedBasalComponents)
export(TF_Net_Generate)
export(plot_module)
importFrom(AUCell,AUCell_buildRankings)
importFrom(AUCell,AUCell_calcAUC)
importFrom(AUCell,getAUC)
importFrom(Matrix,summary)
importFrom(MineICA,clusterFastICARuns)
importFrom(RcisTarget,importRankings)
importFrom(Seurat,CreateAssayObject)
importFrom(Seurat,CreateDimReducObject)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,FindMarkers)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,Misc)
importFrom(Seurat,ScaleData)
importFrom(cluster,pam)
importFrom(coop,tpcor)
importFrom(fastICA,fastICA)
importFrom(ica,icajade)
importFrom(igraph,communities)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,walktrap.community)
importFrom(isva,EstDimRMT)
importFrom(networkD3,JS)
importFrom(networkD3,forceNetwork)
importFrom(pheatmap,pheatmap)
importFrom(rARPACK,svds)