-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
86 lines (85 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export(ApplyCountThreshold)
export(AvgFeatureExpression)
export(ClusterAvg)
export(ClusterCells)
export(ClusterSig)
export(ClusterSig_single)
export(ColorHue)
export(CountClusters)
export(FeatureScatterPlot)
export(FindRootCell)
export(FindRootCluster)
export(GetDominatorTree)
export(GetMarkerTable)
export(GetPredecessors)
export(GetSignalingPartners)
export(ImportPathway)
export(JoinGraphComponents)
export(LoadData)
export(LogNormalize)
export(PlotClusterExpression)
export(PlotLineage)
export(PlotTopN)
export(PlotTopN_Grid)
export(RepresentationMap)
export(SelectData)
export(SigPlot)
export(SigPlot_Cluster)
export(SimilarityM)
export(ViolinPlotExpression)
import(doParallel)
import(dplyr)
import(foreach)
import(ggplot2)
import(umap)
importFrom(FNN,get.knnx)
importFrom(Matrix,Matrix)
importFrom(Matrix,as.matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,nnzero)
importFrom(Matrix,norm)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Matrix,which)
importFrom(NMF,basis)
importFrom(NMF,nmf)
importFrom(NMF,seed)
importFrom(Rtsne,Rtsne)
importFrom(cluster,pam)
importFrom(cowplot,get_legend)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate_all)
importFrom(dplyr,top_n)
importFrom(expm,sqrtm)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl)
importFrom(grDevices,pdf)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(igraph,"E<-")
importFrom(igraph,E)
importFrom(igraph,components)
importFrom(igraph,distances)
importFrom(igraph,edges)
importFrom(igraph,get.edge.ids)
importFrom(igraph,get.shortest.paths)
importFrom(igraph,graph.data.frame)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout_with_kk)
importFrom(igraph,mst)
importFrom(igraph,plot.igraph)
importFrom(igraph,shortest.paths)
importFrom(magrittr,"%>%")
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(umap,umap)
importFrom(utils,read.csv)
importFrom(utils,read.delim)