-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
20 lines (17 loc) · 913 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export(chicagoPipeline, copyCD, defaultSettings, estimateBrownianComponent, estimateBrownianNoise, estimateDistFun, plotDistFun,
estimateTechnicalNoise, exportResults, exportToGI, getPvals, getScores, mergeSamples, modifySettings,
normaliseBaits, normaliseOtherEnds, plotBaits, readAndMerge, readSample, setExperiment,
overlapFragWithFeatures, peakEnrichment4Features, chicagoData, getSkOnly)
exportMethods(intData, settings, params, "intData<-", "params<-")
import(data.table)
import(methods)
import(matrixStats)
importFrom(grDevices, dev.off, pdf)
importFrom(graphics, abline, arrows, barplot, boxplot,
legend, lines, par, plot)
importFrom(stats, density, dist, end, lm, loess, median,
pgamma, pnbinom, ppois, predict, quantile, sd)
importFrom(utils, read.table, write.table)
importFrom(Delaporte, pdelap)
importFrom(Hmisc, cut2)
importFrom(MASS, glm.nb, fitdistr)