Permalink
Fetching contributors…
Cannot retrieve contributors at this time
85 lines (84 sloc) 1.77 KB
Package: ANTsR
Type: Package
Title: ANTs in R: Quantification Tools for Biomedical Images
Version: 0.6
Date: 2017-06-06
Author: Brian B. Avants, Benjamin M. Kandel, Jeff T. Duda, Philip A. Cook,
Nicholas J. Tustison, Shrinidhi KL
Maintainer: Brian B. Avants <stnava@gmail.com>
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,
ANTsRCore (>= 0.2)
Imports:
graphics,
grDevices,
magic,
magrittr,
psych,
rsvd,
stats,
utils
Suggests:
abind,
BGLR,
caret,
cluster,
corpcor,
DMwR,
dplyr,
e1071,
extremevalues,
fastICA,
fpc,
ggplot2,
glasso,
glmnet,
grid,
h5,
igraph,
irlba,
knitr,
MASS,
Matrix,
mFilter,
misc3d,
moments,
nabor,
networkD3,
pixmap,
png,
pracma,
randomForest,
RANN,
Rcpp,
RcppEigen,
rflann,
rgl,
rmarkdown,
robust,
robustbase,
signal,
sna,
testthat,
tools,
viridis,
visreg,
wmtsa,
xgboost
LazyData: TRUE
LinkingTo: Rcpp, ITKR, ANTsRCore
SystemRequirements: cmake, git, clang (recommended)
Remotes: stnava/ITKR, stnava/ANTsRCore
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 6.0.1