tractable contains functions to analyze diffusion MRI (dMRI) tract profiles using generalized additive models. It operates on outputs from the AFQ software ecosystem and tests for differences between two phenotypic groups along the length of a specified white matter tract.
You can install the development version of tractable from GitHub with:
# install.packages("devtools")
devtools::install_github("tractometry/tractable")
This is a basic example which shows you how to solve a common problem:
library(tractable)
## basic example code
Please note that the tractable project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.