-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 982 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(create_scCrossTalk)
export(demo_geneinfo)
export(demo_lrpairs)
export(demo_sc_data)
export(find_lrpairs)
export(get_top_lrpairs)
export(plot_cci_chord)
export(plot_cci_circle)
export(plot_cci_circle_simple)
export(plot_cci_heatmap)
export(plot_cci_lrpairs_bubble)
export(plot_cci_lrpairs_heatmap)
export(plot_cci_sankey)
export(plot_lrpairs_chord)
export(plot_lrpairs_heatmap)
export(rev_gene)
exportClasses(scCrossTalk)
exportMethods(show)
import(Matrix)
import(circlize)
import(ggplot2)
import(ggraph)
import(heatmaply)
import(methods)
import(networkD3)
import(progress)
import(reshape2)
import(viridis)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,NormalizeData)
importFrom(crayon,cyan)
importFrom(graphics,text)
importFrom(igraph,graph_from_data_frame)
importFrom(methods,show)
importFrom(reshape2,dcast)
importFrom(scales,hue_pal)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(utils,installed.packages)