-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.25 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.25 KB
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
# Generated by roxygen2: do not edit by hand
export(ClusterGenes)
export(ComputeDifferentialOperator)
export(ComputeGeneEMD)
export(ComputeGraphOperator)
export(FindKneePoint)
export(LoadGeneEMD)
export(ObtainGeneTSNE)
export(RankGeneModules)
export(RunSVD)
export(SelectCommonGenes)
export(SelectSignificantGenes)
export(VisualizeGeneTSNE)
importFrom(GeneTrajectory,CoarseGrain)
importFrom(GeneTrajectory,GetGraphDistance)
importFrom(GeneTrajectory,LoadGeneDistMat)
importFrom(GeneTrajectory,RunDM)
importFrom(Matrix,Matrix)
importFrom(Matrix,writeMM)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rtsne,Rtsne)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,FindVariableFeatures)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,NormalizeData)
importFrom(Seurat,VariableFeatures)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(dynamicTreeCut,cutreeDynamic)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme_minimal)
importFrom(locfdr,locfdr)
importFrom(rARPACK,eigs_sym)