-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
57 lines (56 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
# Generated by roxygen2: do not edit by hand
export(create_miRTalk)
export(demo_geneinfo)
export(demo_mir2tar)
export(demo_mir_info)
export(demo_sc_data)
export(find_hvtg)
export(find_miRNA)
export(find_miRTalk)
export(find_miRTalk_bulk)
export(get_miRTalk_cci)
export(get_miRTalk_circulating_score)
export(get_miRTalk_pathway)
export(plot_miR2tar_chord)
export(plot_miR2tar_circle)
export(plot_miR2tar_heatmap)
export(plot_miRTalk_chord)
export(plot_miRTalk_circle)
export(plot_miRTalk_circle_simple)
export(plot_miRTalk_heatmap)
export(plot_miRTalk_sankey)
export(plot_miR_bubble)
export(plot_miR_heatmap)
export(plot_target_heatmap)
export(rev_gene)
exportClasses(miRTalk)
exportMethods(show)
import(Matrix)
import(Seurat)
import(circlize)
import(doParallel)
import(foreach)
import(ggplot2)
import(ggraph)
import(heatmaply)
import(methods)
import(networkD3)
import(parallel)
import(pheatmap)
import(progress)
import(reshape2)
import(stringr)
import(viridis)
importFrom(RColorBrewer,brewer.pal)
importFrom(correlation,correlation)
importFrom(crayon,cyan)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,text)
importFrom(igraph,graph_from_data_frame)
importFrom(methods,show)
importFrom(reshape2,dcast)
importFrom(scales,hue_pal)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(utils,installed.packages)