forked from Japrin/STARTRAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 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
# Generated by roxygen2: do not edit by hand
export(Startrac.run)
export(calCloneLLR)
export(calIndex)
export(calTissueDist)
export(getSig)
export(loginfo)
export(pIndex)
export(plot)
export(plotTissueDist)
exportClasses(Startrac)
exportClasses(StartracOut)
import(data.table)
importFrom(ComplexHeatmap,Heatmap)
importFrom(RColorBrewer,brewer.pal)
importFrom(RhpcBLASctl,omp_set_num_threads)
importFrom(circlize,colorRamp2)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast)
importFrom(data.table,melt)
importFrom(doParallel,registerDoParallel)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,theme)
importFrom(ggpubr,ggbarplot)
importFrom(ggpubr,ggboxplot)
importFrom(grDevices,colorRampPalette)
importFrom(grid,gpar)
importFrom(methods,"slot<-")
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,setValidity)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plyr,aaply)
importFrom(plyr,adply)
importFrom(plyr,laply)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(sscVis,plotMatrix.simple)
importFrom(stats,chisq.test)
importFrom(utils,combn)
importFrom(utils,head)