-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 957 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(cnvCallCN)
export(cnvCheckCor)
export(cnvCountsToMatrix)
export(cnvGatherCounts)
export(cnvGetCounts)
export(cnvReadBam)
export(cnvSimCounts)
export(cnvSimInterval)
export(cnvSimPool)
export(cnvValidCalls)
export(cnvValidCounts)
export(cnvValidInterval)
import(data.table)
importClassesFrom(GenomicRanges,GRanges)
importClassesFrom(IRanges,IRanges)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(Rfast,rowMaxs)
importFrom(Rsamtools,"bamTag<-")
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,scanBamHeader)
importFrom(matrixStats,rowLogSumExps)
importFrom(parallel,mclapply)
importFrom(stats,cor)
importFrom(stats,dnbinom)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,rbinom)
importFrom(stats,rlnorm)
importFrom(stats,runif)
importFrom(utils,file_test)