-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
export(CalcAllSCV)
export(CalcCGS)
export(CalcDEcombn)
export(CalcDEvsRest)
export(CalcSCV)
export(CalcSilhouette)
export(ColNNZ)
export(DEdist)
export(DEdistNN)
export(DEmarker)
export(DEneighb)
export(RowNNZ)
export(addCellMarkersToCGS)
export(dotplotDEgenes)
export(findKeyType)
export(getEmb)
export(getExpr)
export(getMD)
export(hasEmb)
export(labelCellTypes)
export(map2symbol)
export(meanLogX)
export(plot_GEboxplot)
export(plot_clustSep)
export(plot_clusterGenes_DEgenes)
export(plot_clusterGenes_markers)
export(plot_clusterGenes_search)
export(plot_compareClusts)
export(plot_deDotplot)
export(plot_mdCompare)
export(plot_mdPerClust)
export(plot_sil)
export(plot_tsne)
export(runShiny)
export(spreadLabels2)
export(tsne_labels)
exportClasses(sCVdata)
exportClasses(sCVparams)
exportMethods("ClustGeneStats<-")
exportMethods("ClusterColours<-")
exportMethods("ClusterNames<-")
exportMethods("Clusters<-")
exportMethods("DEcombn<-")
exportMethods("DEvsRest<-")
exportMethods("Silhouette<-")
exportMethods(CalcCGS)
exportMethods(CalcDEcombn)
exportMethods(CalcDEvsRest)
exportMethods(CalcSilhouette)
exportMethods(ClustGeneStats)
exportMethods(ClusterColours)
exportMethods(ClusterNames)
exportMethods(Clusters)
exportMethods(ColNNZ)
exportMethods(DEcombn)
exportMethods(DEdist)
exportMethods(DEdistNN)
exportMethods(DEmarker)
exportMethods(DEneighb)
exportMethods(DEvsRest)
exportMethods(Param)
exportMethods(RowNNZ)
exportMethods(Silhouette)
import(methods)
import(shiny)
importFrom(scales,alpha)