-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
113 lines (112 loc) · 2.6 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
export(CV)
export(CVlog)
export(ProgenesisBuildAnnotation)
export(ProgenesisRead)
export(addSpecialProteins)
export(altmanbland)
export(colNAs)
export(dat2Matrix)
export(distmy)
export(filterSignificant)
export(fisherExact)
export(getBlueScale)
export(getBlueWhiteRed)
export(getDiv)
export(getGreensScale)
export(getRedScale)
export(getTValuesForVolcano)
export(getWRValuesForVolcano)
export(imageColorscale)
export(imageWithLabels)
export(imageWithLabelsNoLayout)
export(image_nan)
export(jackknifeMatrix)
export(makeROCplot)
export(matrix_to_tibble)
export(multigroupVolcano)
export(my_jackknife)
export(mypairs)
export(mypairsSmooth)
export(onesamplegreaterT)
export(pairsQQ)
export(panel.cor)
export(panel.hist)
export(plotOneSideVolcano)
export(pvalCorMat)
export(removeDecorrelated)
export(removeNArows)
export(robustscale)
export(rowNAs)
export(runFun)
export(runTICscale)
export(runrobscale)
export(scaleByGroup)
export(setdiff_data.frame)
export(simpleheatmap)
export(simpleheatmap3)
export(split2table)
export(sumtop)
export(unpivot)
export(uppertriang)
export(volcano2GB)
export(volcanoplot)
export(write.tab)
export(write.vector)
export(xxx_replace_xxx)
import(RColorBrewer)
import(ggplot2)
import(readr)
import(stringr)
importFrom(dplyr,all_vars)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,summarize_at)
importFrom(dplyr,vars)
importFrom(ggrepel,geom_text_repel)
importFrom(gplots,heatmap.2)
importFrom(grDevices,dev.off)
importFrom(grDevices,heat.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(heatmap3,heatmap3)
importFrom(pROC,roc)
importFrom(plyr,ldply)
importFrom(plyr,rename)
importFrom(reshape2,melt)
importFrom(rlang,UQ)
importFrom(rlang,sym)
importFrom(scales,brewer_pal)
importFrom(scales,div_gradient_pal)
importFrom(scales,gradient_n_pal)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lowess)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,qqplot)
importFrom(stats,runmed)
importFrom(stats,t.test)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)