-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
64 lines (63 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export(appendInfo)
export(avgplot)
export(bplot)
export(chipConst)
export(clusterR)
export(matlistConst)
export(mergeRep)
export(orderClus)
export(orderbyIntIdx)
export(outliers)
export(reord)
export(returnIntIdx)
export(rmSmallClus)
export(subsetbyBoolIdx)
export(subsetbyIntIdx)
export(tdplot)
export(updateChip)
export(updateClus)
export(updateMatlist)
export(writeChip)
exportClasses(chip)
exportClasses(info)
exportClasses(matlist)
import(ModClusterR)
import(RColorBrewer)
import(dplyr)
import(ggplot2)
import(methods)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,draw)
importFrom(EnrichedHeatmap,'+.AdditiveUnit')
importFrom(EnrichedHeatmap,EnrichedHeatmap)
importFrom(circlize,colorRamp2)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,ggviolin)
importFrom(ggpubr,rotate_x_text)
importFrom(ggpubr,stat_compare_means)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,write.table)