-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
32 lines (32 loc) · 848 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
useDynLib("MRA.TA")
# exportPattern("^[[:alpha:]]+")
# lst <- gsub(".Rd$", "", dir("man"))
# cat(paste("export(", lst, ")", collapse="\n", sep=""))
# export(_hidden_)
export(backgroundBiasCorrection)
export(backgroundBiasEstimation)
export(calc.Qi)
export(colorstrip)
export(combineByFragment)
export(computeRestrictionMap)
export(countProbesPerFragment)
export(domainogram)
export(enrichmentQuality)
export(enrichmentScore)
export(file.formats)
export(lowessCorrection)
export(makeColors)
export(matchFragmentsToProbes)
export(matchProbesToFragments)
export(normalizeArrayData)
export(new.domain.plot)
export(plotDomains)
export(plotOptimalSegments)
export(plotProbeDistanceControls)
export(plotSelectedProbes)
export(processArgs)
export(readData)
export(segmentation)
export(verifyInputFiles)
export(visualizationCoordinates)
export(wSize2yAxis)