forked from ANTsX/ANTsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
83 lines (83 loc) · 1.88 KB
/
DESCRIPTION
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
Package: ANTsR
Type: Package
Title: ANTs in R: quantification tools for biomedical images
Version: 0.4.0
Date: 2017-03-04
Author: Brian B. Avants, Benjamin M. Kandel, Jeff T. Duda, Philip A. Cook,
Nicholas J. Tustison, Shrinidhi KL
Maintainer: Brian B. Avants <[email protected]>
Description: ANTsR interfaces state of the art image processing with R
statistical methods. The project grew out of the need, at University of
Pennsylvania, to develop large-scale analytics pipelines that track provenance
from scanner to scientific study. ANTsR wraps an ANTs and ITK C++ core via Rcpp
to access these frameworks from within R and support reproducible analyses.
Specialized functionality in ANTsR includes image segmentation and
registration along imaging specific variations of principal component
and canonical correlation analysis.
License: Apache License 2.0
LazyLoad: yes
Depends:
methods
Imports:
Rcpp,
tools,
magrittr
Suggests:
abind,
BGLR,
caret,
cluster,
corpcor,
DMwR,
e1071,
extremevalues,
fastICA,
fpc,
ggplot2,
glasso,
glmnet,
grid,
h5,
igraph,
irlba,
knitr,
magic,
MASS,
Matrix,
mFilter,
misc3d,
moments,
nabor,
networkD3,
pixmap,
png,
pracma,
psych,
randomForest,
RANN,
RcppEigen,
rflann,
rgl,
rmarkdown,
robust,
robustbase,
rsvd,
signal,
sna,
testthat,
viridis,
visreg,
wmtsa,
xgboost
LinkingTo: Rcpp, ITKR, ANTsRCore
SystemRequirements: cmake, git, clang (recommended)
Remotes: stnava/ITKR, stnava/ANTsRCore
NeedsCompilation: yes
OS_type: unix
Additional_repositories:
https://github.com/InsightSoftwareConsortium/ITK.git,
https://github.com/stnava/ANTs.git,
https://github.com/stnava/ITKR.git,
https://github.com/stnava/ANTsR.git
VignetteBuilder: knitr
RoxygenNote: 5.0.1