forked from qingjian1991/MPTevol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calKaKs)
export(calPropDriver)
export(calRoutines)
export(getClinSites)
export(getKaKs)
export(inferClonalTrees)
export(maf2variants)
export(plotCNA)
export(plotCNAProfile)
export(plotCNAtree)
export(plotMutTree)
export(plotVafCluster)
export(readCNAProfile)
export(readMaf)
export(set.colors)
export(splitSegment)
export(tree2timescape)
export(viewTrees)
exportClasses(Seg)
import(CNAqc)
import(ComplexHeatmap)
import(GenomicRanges)
import(ape)
import(clonevol)
import(ggrepel)
import(ggtree)
import(methods)
import(phangorn)
import(treeio)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,setkey)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(stats,as.dist)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(utils,data)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.table)