Skip to contents

Overview

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.

Installation

You can install the development version of tractable from GitHub with:

# install.packages("devtools")
devtools::install_github("yeatmanlab/tractable")

Example

This is a basic example which shows you how to solve a common problem:

library(tractable)
## basic example code

Code of Conduct

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.