-
Notifications
You must be signed in to change notification settings - Fork 39
/
NAMESPACE
96 lines (95 loc) · 2.4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
S3method(buildWijMatrix,CsparseMatrix)
S3method(buildWijMatrix,TsparseMatrix)
export("edgeMat<-")
export(Conos)
export(basicSeuratProc)
export(bestClusterThresholds)
export(bestClusterTreeThresholds)
export(buildWijMatrix)
export(convertToPagoda2)
export(edgeMat)
export(embeddingPlot)
export(estimateWeightEntropyPerCell)
export(findSubcommunities)
export(getBetweenCellTypeCorrectedDE)
export(getBetweenCellTypeDE)
export(getCellNames)
export(getClustering)
export(getCountMatrix)
export(getEmbedding)
export(getGeneExpression)
export(getGenes)
export(getOverdispersedGenes)
export(getPca)
export(getPerCellTypeDE)
export(getRawCountMatrix)
export(getSampleNamePerCell)
export(greedyModularityCut)
export(leiden.community)
export(p2app4conos)
export(plotClusterBarplots)
export(plotClusterBoxPlotsByAppType)
export(plotComponentVariance)
export(plotDEheatmap)
export(projectKNNs)
export(rawMatricesWithCommonGenes)
export(saveConosForScanPy)
export(saveDEasCSV)
export(saveDEasJSON)
export(scanKModularity)
export(sgdBatches)
export(stableTreeClusters)
export(velocityInfoConos)
import(Matrix)
import(R6)
import(Rtsne)
import(ggrepel)
import(gridExtra)
import(igraph)
import(leidenAlg)
import(methods)
import(parallel)
import(sccore)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,ht_opt)
importFrom(dplyr,"%>%")
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.size)
importFrom(grDevices,rainbow)
importFrom(graphics,par)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,induced.subgraph)
importFrom(igraph,membership)
importFrom(igraph,walktrap.community)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,as.hclust)
importFrom(stats,cor)
importFrom(stats,dendrapply)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,order.dendrogram)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,write.table)
useDynLib(conos)