-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
69 lines (68 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export(createSpaTalk)
export(dec_cci)
export(dec_cci_all)
export(dec_celltype)
export(demo_dec_result)
export(demo_geneinfo)
export(demo_lrpairs)
export(demo_pathways)
export(demo_sc_data)
export(demo_st_data)
export(demo_st_meta)
export(demo_st_sc_data)
export(demo_st_sc_meta)
export(find_lr_path)
export(generate_spot)
export(get_lr_path)
export(plot_ccdist)
export(plot_cci_lrpairs)
export(plot_lr_path)
export(plot_lrpair)
export(plot_lrpair_vln)
export(plot_path2gene)
export(plot_st_celltype)
export(plot_st_celltype_all)
export(plot_st_celltype_density)
export(plot_st_celltype_percent)
export(plot_st_cor_heatmap)
export(plot_st_gene)
export(plot_st_pie)
export(plot_st_pie_generate)
export(rev_gene)
export(set_expected_cell)
exportClasses(SpaTalk)
exportMethods(show)
import(Matrix)
import(Seurat)
import(doParallel)
import(foreach)
import(ggExtra)
import(ggalluvial)
import(ggplot2)
import(ggrepel)
import(grDevices)
import(iterators)
import(methods)
import(parallel)
import(pheatmap)
import(progress)
import(readr)
import(scatterpie)
importFrom(NNLM,nnlm)
importFrom(crayon,combine_styles)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(ggExtra,ggMarginal)
importFrom(ggpubr,get_palette)
importFrom(grDevices,colorRampPalette)
importFrom(methods,as)
importFrom(methods,show)
importFrom(reshape2,dcast)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,fisher.test)
importFrom(stats,median)
importFrom(stats,wilcox.test)
importFrom(stringr,str_replace_all)