forked from gambalab/gficf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
81 lines (80 loc) · 1.89 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
# Generated by roxygen2: do not edit by hand
export(Read10X)
export(classify.cells)
export(clustcells)
export(clustcellsBYscGSEA)
export(computePCADim)
export(ensToSymbol)
export(filterCells)
export(findClusterMarkers)
export(gficf)
export(loadGFICF)
export(plotCells)
export(plotGSEA)
export(plotGSVA)
export(plotGeneViolin)
export(plotGenes)
export(plotPathway)
export(resetScGSEA)
export(runGSEA)
export(runHarmony)
export(runNMF)
export(runPCA)
export(runReduction)
export(runScGSEA)
export(saveGFICF)
export(scMAP)
export(symbolToEns)
import(AnnotationHub)
import(GSVA)
import(Matrix)
import(RcppML)
import(ensembldb)
import(fastmatch)
import(ggplot2)
import(ggrepel)
import(mgcv)
import(msigdbr)
import(pointr)
import(utils)
import(uwot)
importFrom(BiocParallel,SnowParam)
importFrom(KernelKnn,KernelKnn)
importFrom(MASS,fitdistr)
importFrom(Matrix,readMM)
importFrom(RSpectra,svds)
importFrom(RcppML,nmf)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(RcppParallel,setThreadOptions)
importFrom(Rtsne,Rtsne)
importFrom(babelgene,orthologs)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(fgsea,fgsea)
importFrom(harmony,HarmonyMatrix)
importFrom(igraph,as_adj)
importFrom(igraph,cluster_louvain)
importFrom(igraph,fastgreedy.community)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph.data.frame)
importFrom(igraph,membership)
importFrom(igraph,simplify)
importFrom(igraph,walktrap.community)
importFrom(irlba,irlba)
importFrom(leiden,leiden)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(locfit,locfit)
importFrom(locfit,locfit.robust)
importFrom(locfit,lp)
importFrom(mgcv,gam)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(reticulate,py_module_available)
importFrom(sva,ComBat_seq)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(gficf, .registration = TRUE)