-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(agg_gene)
export(analyze_rl_network)
export(build_rl_network)
export(calc_agg_bulk)
export(calc_genestats)
export(calc_libsize)
export(calc_rl_connections)
export(cell_cor)
export(cell_net)
export(cluster_cell_net)
export(cluster_sc)
export(construct_ex_sc)
export(construct_ex_sc_10x)
export(detect_doublets)
export(dim_reduce)
export(edgeRDE)
export(extract_communities)
export(extract_nodes)
export(filter_rl_network)
export(findDEgenes)
export(findDEmarkers)
export(flow_filter)
export(flow_svm)
export(id_markers)
export(id_rl)
export(merge_ex_sc)
export(norm_sc)
export(plotViolin)
export(plot_barplot)
export(plot_density)
export(plot_density_ridge)
export(plot_dotplot)
export(plot_gene_dots)
export(plot_go_heatmap)
export(plot_heatmap)
export(plot_rl_summary)
export(plot_scatter)
export(plot_tsne_gene)
export(plot_tsne_metadata)
export(plot_violin)
export(plot_volcano)
export(pre_filter)
export(reduce_cell_net)
export(return_agg_gene)
export(return_markers)
export(return_subset_genes)
export(save_ggplot)
export(search_gene)
export(subset_ex_sc)
export(subset_genes)
importFrom(Rtsne,Rtsne)
importFrom(fastICA,fastICA)
importFrom(ggridges,geom_density_ridges)
importFrom(irlba,prcomp_irlba)