-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathNAMESPACE
More file actions
15 lines (15 loc) · 726 Bytes
/
NAMESPACE
File metadata and controls
15 lines (15 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
exportPattern("^[[:alpha:]]+")
exportClasses("ExomeDepth")
exportMethods("TestCNV", CallCNVs)
useDynLib(ExomeDepth, .registration=TRUE)
importFrom(magrittr,"%>%")
importFrom(Rsamtools, ScanBamParam)
importFrom(GenomicAlignments, readGAlignments, readGAlignmentPairs, summarizeOverlaps)
import(GenomicRanges)
importFrom(IRanges, IRanges)
importFrom(methods, initialize, new, show, setGeneric, as, setMethod, setClass, representation, isGeneric, is)
importFrom(aod, betabin)
importFrom("methods", "as")
importFrom("graphics", "axTicks", "axis", "layout", "lines", "par", "points", "polygon", "text")
importFrom("stats", "approxfun", "as.formula", "cor", "dbeta","dbinom", "median", "quantile")
importFrom("utils", "read.delim")