forked from mskilab-org/JaBbA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(JaBbA)
export(Rcplex2)
export(read.junctions)
import(DNAcopy)
import(GenomicRanges)
import(Matrix)
import(data.table)
import(gGnome)
import(gTrack)
import(gUtils)
import(igraph)
import(optparse)
import(parallel)
importFrom(DNAcopy,CNA)
importFrom(DNAcopy,segment)
importFrom(DNAcopy,smooth.CNA)
importFrom(GenomeInfoDb,seqlengths)
importFrom(Ppurple,ppurple)
importFrom(VariantAnnotation,geno)
importFrom(VariantAnnotation,info)
importFrom(VariantAnnotation,readVcf)
importFrom(gplots,col2hex)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rtracklayer,import)
importFrom(sequenza,baf.model.fit)
importFrom(sequenza,get.ci)
importFrom(sequenza,segment.breaks)
importFrom(stats,C)
importFrom(stats,aggregate)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,ppois)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,read.delim)
importFrom(utils,write.table)
useDynLib(JaBbA)