forked from bioinf-jku/panelcn.mops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 819 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
# Generated by roxygen2: do not edit by hand
export(countBamListInGRanges)
export(createResultTable)
export(getWindows)
export(panelcn.mops)
export(plotBoxplot)
export(runPanelcnMops)
export(splitROIs)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
importClassesFrom(cn.mops,CNVDetectionResult)
importFrom(GenomeInfoDb,sortSeqlevels)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,scanBamHeader)
importFrom(cn.mops,normalizeChromosomes)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(methods,new)
importFrom(utils,read.csv)
importFrom(utils,write.table)