-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(PCA_dimRed)
export(confusionMatrix)
export(continuousPlots)
export(convertHumanGeneList)
export(create_seurat_object)
export(create_spatial_seurat)
export(de_to_pathview)
export(discretePlots)
export(featDistPlot)
export(find_markers)
export(find_write_markers)
export(find_write_markers_orig)
export(find_write_markers_pairwise)
export(groupContinuousPlots)
export(groupDiscretePlots)
export(group_cells)
export(hypergeometric_test)
export(jitterPlot)
export(make_go_plot_single)
export(make_go_plots)
export(name_clusters)
export(pairwise_markers)
export(plotDF)
export(plotDimRed)
export(plotDimRedSingle)
export(plot_PCA)
export(plot_heatmap)
export(plot_hypergeom)
export(run_gost)
export(run_pathview)
export(save_gost)
export(stacked_barplots)
export(violinPlot)
import(RColorBrewer)
import(Seurat)
import(dplyr)
import(ggplot2)
import(grDevices)
import(openxlsx)
import(pheatmap)
import(stringr)
import(tibble)
import(tidyr)
import(viridis)
importFrom(Matrix,sparseMatrix)
importFrom(gridExtra,arrangeGrob)
importFrom(magrittr,"%>%")
importFrom(stats,dhyper)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,write.csv)
importFrom(viridis,viridis)