forked from dibbelab/gficf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
export(classify.cells)
export(clustcells)
export(clustcells_cytof)
export(computePCADim)
export(embedNewCells)
export(ensToSymbol)
export(findClusterMarkers)
export(gficf)
export(loadGFICF)
export(plotCells)
export(plotGSEA)
export(plotGeneViolin)
export(plotGenes)
export(plotPathway)
export(runGSEA)
export(runLSA)
export(runPCA)
export(runReduction)
export(saveGFICF)
import(Matrix)
import(fastmatch)
import(ggplot2)
import(ggrepel)
import(uwot)
importFrom(MASS,fitdistr)
importFrom(RSpectra,svds)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,setThreadOptions)
importFrom(Rtsne,Rtsne)
importFrom(biomaRt,getBM)
importFrom(biomaRt,getLDS)
importFrom(biomaRt,useMart)
importFrom(class,knn)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(fgsea,fgsea)
importFrom(igraph,as_adj)
importFrom(igraph,cluster_louvain)
importFrom(igraph,fastgreedy.community)
importFrom(igraph,graph.data.frame)
importFrom(igraph,membership)
importFrom(igraph,simplify)
importFrom(igraph,walktrap.community)
importFrom(leiden,leiden)
importFrom(locfit,locfit)
importFrom(locfit,locfit.robust)
importFrom(locfit,lp)
importFrom(reshape2,melt)
importFrom(reticulate,py_module_available)
importFrom(rsvd,rpca)
importFrom(rsvd,rsvd)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(gficf, .registration = TRUE)