forked from ANTsX/ANTsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
151 lines (151 loc) · 4.19 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
exportPattern("^[^.]")
export(atropos)
export(labelGeometryMeasures)
export(labelImageCentroids)
export(abpBrainExtraction)
export(abpN4)
export(affineInitializer)
export(antsApplyTransforms)
export(antsApplyTransformsToPoints)
export(antsBOLDNetworkAnalysis)
export(antsCopyImageInfo)
export(getPixels)
export(antsImageClone)
export(antsImageMutualInformation)
export(antsImageRead)
export(antsImageWrite)
export(antsMotionCalculation)
export(antsMotionCorr)
export(antsRegistration)
export(antsSpatialICAfMRI)
export(antsTransformIndexToPhysicalPoint)
export(antsTransformPhysicalPointToIndex)
export(antsrimpute)
export(apply.antsImage)
export(as.antsImage)
export(as.antsMatrix)
export(aslCensoring)
export(aslDenoiseR)
export(aslPerfusion)
export(bayesianCBF)
export(bayesianlm)
export(bigLMStats)
export(blockStimulus)
export(clusterTimeSeries)
export(combineNuisancePredictors)
export(compcor)
export(computeDVARS)
export(convolveImage)
export(corw)
export(createJacobianDeterminantImage)
export(cropImage)
export(cropIndices)
export(crossvalidatedR2)
export(cvEigenanatomy)
export(decropImage)
export(eigSeg)
export(exemplarInpainting)
export(extractSlice)
export(filterfMRIforNetworkAnalysis)
export(frequencyFilterfMRI)
export(getANTsRData)
export(getASLNoisePredictors)
export(getAverageOfTimeSeries)
export(getCentroids)
export(getMask)
export(getNeighborhoodAtVoxel)
export(getNeighborhoodInMask)
export(getMultivariateTemplateCoordinates)
export(getTemplateCoordinates)
export(getfMRInuisanceVariables)
export(hemodynamicRF)
export(iMath)
export(icawhiten)
export(image2ClusterImages)
export(imageFileNames2ImageList)
export(imageListToMatrix)
export(imagesToMatrix)
export(initializeEigenanatomy)
export(interleaveMatrixWithItself)
export(invariantImageSimilarity)
export(joinEigenanatomy)
export(jointIntensityFusion)
export(jointIntensityFusion3D)
export(kellyKapowski)
export(kmeansSegmentation)
export(labelClusters)
export(lappend)
export(make3ViewPNG)
export(makeGraph)
export(makeImage)
export(maskImage)
export(matrix2timeseries)
export(matrixToImages)
export(mni2tal)
export(n3BiasFieldCorrection)
export(n4BiasFieldCorrection)
export(networkEiganat)
export(pairwiseImageDistanceMatrix)
export(partialVolumeCorrection)
export(perfusionregression)
export(plot.antsImage)
export(plotBasicNetwork)
export(plotPrettyGraph)
export(preprocessfMRI)
export(quantifyCBF)
export(quantifySNPs)
export(randwhiten)
export(rapidlyInspectImageData)
export(regressProjections)
export(regressionNetworkViz)
export(renderImageLabels)
export(renderSurfaceFunction)
export(reorientImage)
export(resampleImage)
export(rfSegmentation)
export(rfSegmentationPredict)
export(rsfDenoise)
export(segmentShapeFromImage)
export(smoothImage)
export(sparseDecom)
export(sparseDecom2)
export(sparseDecom2boot)
export(sparseDecomboot)
export(sparseRegression)
export(spatialbayesianlm)
export(splitData)
export(subgradientL1Regression)
export(subjectDataToGroupDataFrame)
export(taskFMRI)
export(temporalwhiten)
export(thresholdImage)
export(timeseries2matrix)
export(timeseriesN3)
export(timeserieswindow2matrix)
export(usePkg)
export(whiten)
export("%>%")
export(save.ANTsR)
export(load.ANTsR)
export(labelStats)
import(Rcpp)
import(tools)
import(methods)
importFrom(magrittr, "%>%")
importFrom("grDevices", "colorRampPalette", "dev.new", "dev.off",
"heat.colors", "hsv", "jpeg", "png", "rainbow", "rgb")
importFrom("graphics", "box", "hist", "image", "layout", "lcm", "par",
"plot", "plot.new", "plot.window", "points", "rect",
"title")
importFrom("stats", "ar", "as.formula", "coefficients", "convolve",
"cor", "cor.test", "cov", "dist", "formula", "glm", "lm",
"lm.fit", "loess", "median", "model.frame", "model.matrix",
"model.response", "na.omit", "optimize", "p.adjust",
"pchisq", "pf", "pnorm", "ppois", "predict", "pt", "qchisq",
"qf", "qnorm", "qt", "quantile", "residuals", "rnorm",
"spec.pgram", "spline", "stl", "t.test", "toeplitz", "ts")
importFrom("utils", "capture.output", "data", "download.file",
"glob2rx", "install.packages", "read.csv",
"setTxtProgressBar", "tail", "txtProgressBar", "unzip",
"write.csv")
useDynLib(ANTsR)