-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
44 lines (43 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(GC.fun)
export(MAP.fun)
export(PrepareCov)
export(bam.cov.skel)
export(coco)
export(correctcov_stub)
export(fragCounter)
export(make.blacklist)
export(multicoco)
import(GenomeInfoDb)
import(GenomicRanges)
import(gUtils)
import(rtracklayer)
importFrom(Biostrings,alphabetFrequency)
importFrom(DNAcopy,CNA)
importFrom(DNAcopy,segment)
importFrom(DNAcopy,smooth.CNA)
importFrom(GenomeInfoDb,seqlengths)
importFrom(IRanges,IRanges)
importFrom(Rsamtools,BamFile)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setkey)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,transpose)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(parallel,mclapply)
importFrom(skidb,read_gencode)
importFrom(stats,cor)
importFrom(stats,loess)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(utils,globalVariables)