-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
24 lines (23 loc) · 871 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
import("methods")
import("IRanges")
import("GenomicRanges")
import("baySeq")
import("ShortRead")
import("S4Vectors")
import("parallel")
importFrom("Rsamtools", "scanBam", "ScanBamParam")
importFrom("GenomeInfoDb", "seqlevels", "Seqinfo", "seqlengths", "seqlengths<-", "seqlevels<-")
importFrom("graphics", "axis", "plot", "rect", "segments", "text")
importFrom("grDevices", "rgb")
importFrom("abind", "abind")
importFrom("utils", "data", "read.delim")
importFrom("grDevices", "dev.cur", "rainbow")
importFrom("graphics", "abline", "lines", "par", "title")
importFrom("stats", "dbeta", "dbinom", "density", "dnbinom",
"optimise", "pbeta", "rbeta", "rbinom", "runif",
"weighted.mean")
importFrom("utils", "read.table", "write.table")
exportClasses("alignmentData")
#exportClasses("segData")
exportMethods("dim", "[", "show")
exportPattern("^[^\\.]")