-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (27 loc) · 962 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
import(methods)
import(BiocGenerics)
import(S4Vectors)
import(SummarizedExperiment)
## Mass spec stuff
importFrom(mzR, openMSfile)
importMethodsFrom(mzR, peaks, header, close)
## "Base" packages
importFrom(Matrix, sparseMatrix)
importMethodsFrom(Matrix, crossprod)
importFrom(stats, approx, approxfun, dnorm, loess,
model.matrix, predict)
importFrom(grDevices, colorRampPalette)
## Other packages
importFrom(IRanges, IRanges, whichAsIRanges)
importMethodsFrom(IRanges, as.matrix, cor, diff,
quantile, shift)
importFrom(data.table, ":=", ".N", CJ, data.table, rbindlist, setkey)
importFrom(EBImage, bwlabel)
importFrom(limma, eBayes, lmFit, topTable)
## Export
export(readMSdata, bakedpi, slicepi, CMSslice)
export(getTIC, getEICS, diffrep, plotDensityRegion)
export(densityEstimate, densityCutoff, densityQuantiles,
peakBounds, peakQuants)
exportClasses("CMSraw", "CMSproc", "CMSslice")
exportMethods(show, colData)