forked from ccagc/QDNAseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
73 lines (65 loc) · 2.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# IMPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
importClassesFrom(Biobase, AnnotatedDataFrame, AssayData, eSet, MIAxE,
Versioned, VersionedBiobase, Versions)
importClassesFrom(CGHbase, cghCall, cghRaw, cghSeg)
importClassesFrom(methods, character, logical, matrix, missing, numeric)
importMethodsFrom(Biobase, AnnotatedDataFrame, assayData, classVersion, fData,
"fData<-", featureData, featureNames, pData, "pData<-", phenoData,
sampleNames, "sampleNames<-", varMetadata)
importMethodsFrom(CGHbase, bpend, bpstart, calls, "calls<-", chromosomes,
copynumber, "copynumber<-", frequencyPlot, plot, probamp, "probamp<-",
probdloss, "probdloss<-", probgain, "probgain<-", probloss, "probloss<-",
probnorm, "probnorm<-", segmented, "segmented<-", "regions", "regions<-")
importMethodsFrom(matrixStats, colMedians)
importMethodsFrom(methods, coerce, initialize, show)
importMethodsFrom(Rsamtools, scanBam, ScanBamParam, scanBamHeader)
importFrom(Biobase, assayDataElement, "assayDataElement<-",
assayDataElementNames, assayDataElementReplace, assayDataNew)
importFrom(CGHcall, CGHcall, ExpandCGHcall, postsegnormalize)
importFrom(DNAcopy, CNA, segment, smooth.CNA, segments.summary)
importFrom(graphics, abline, axis, axTicks, box, contour, image, mtext, par,
points, rect, segments, text)
importFrom(matrixStats, binCounts, madDiff, sdDiff, rowMedians)
importFrom(methods, callNextMethod, new)
importFrom(R.utils, downloadFile)
importFrom(Rsamtools, scanBamFlag)
importFrom(stats, aggregate, approxfun, density, lm, loess, median, predict)
importFrom(utils, data, maintainer, packageVersion, read.table, write.table)
importFrom(GenomicRanges, GRanges)
importFrom(IRanges, IRanges)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EXPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#exportPattern("^[[:alpha:]]+")
export("addPhenodata")
export("applyFilters")
export("binReadCounts")
export("callBins")
export("compareToReference")
export("correctBins")
export("estimateCorrection")
export("exportBins")
export("frequencyPlot")
export("getBinAnnotations")
export("highlightFilters")
export("isobarPlot")
export("makeCgh")
export("noisePlot")
export("normalizeBins")
export("normalizeSegmentedBins")
export("plot")
export("poolRuns")
export("segmentBins")
export("smoothOutlierBins")
export("createBins")
export("calculateMappability")
export("calculateBlacklist")
export("iterateResiduals")
export("chromosomes")
export("bpstart")
export("bpend")
exportClasses("QDNAseqCopyNumbers")
exportClasses("QDNAseqReadCounts")
# EOF