The TractoR (Tractography with R) project includes R packages for reading, writing and visualising magnetic resonance images stored in Analyze, NIfTI, MRtrix and DICOM file formats. It also contains functions specifically designed for working with diffusion MRI and tractography, including a standard implementation of the neighbourhood tractography approach to white matter tract segmentation, and graph analysis of structural and functional image data. A shell script is also provided to run experiments with TractoR without interacting with R. Using TractoR you can easily
- Convert DICOM files from your MR scanner to NIfTI format.
- Apply image processing operations of many types to medical image data.
- Perform linear and nonlinear image registration.
- Preprocess diffusion MR data and calculate tensor metrics including fractional anisotropy (FA), mean diffusivity (MD), and principal directions (see diffusion processing).
- Run probabilistic tractography using single seed points or one or more masks.
- Segment specific tracts in groups automatically using probabilistic neighbourhood tractography (see PNT tutorial).
- Remove false positive tracts using a model of tract shape variability.
- Import and manipulate anatomical parcellations of structural data.
- Create, manipulate, visualise and decompose abstract graphs representing brain connectivity, either structural or functional.
- Create graphics to visualise image slices or maximum-intensity projections.
If you use TractoR in your work, please cite the reference below. For details of research papers underlying the methods implemented in the package, please see the references page. If you would like to hear about new releases and other TractoR-related news, we would suggest following TractoR on Twitter or Mastodon, where you can also ask quick questions. Problems or bugs may be reported using the GitHub issue tracker. Please describe any problem as fully as possible.
TractoR is developed primarily by Jon Clayden and colleagues at University College London, with contributions and collaborations from other groups.
Please note that TractoR is research software and has not been approved for clinical use. The software is provided in the hope that it will be useful, but comes with no warranty whatsoever.
Site contents
- The installation page is the place to find out about downloading and installing TractoR. Details of the major user-visible changes in each release can be found in the changelog.
- Users of TractoR 2.x may find the information on upgrading to TractoR 3 helpful.
- An updated version of the original TractoR paper is available for reference.
- There is specific information on TractoR for R users, and additional detailed information for anyone actually contributing to the project.
- Useful information about TractoR-specific conventions can be found on the aptly-named conventions page.
- A specific page covers TractoR’s image registration capabilities.
- The diffusion processing page covers the processing of diffusion-weighted MR images using TractoR, and there is also a specific page on working with structural data.
- As well as conventional tractography, TractoR provides reference implementations of various neighbourhood tractography methods for segmenting specific white matter structures. A PNT tutorial using TractoR is available, as well as information on the reference tracts used by the method. The earlier heuristic neighbourhood tractography method is now defunct.
- Various tools exist for creating and working with connectivity graphs, including a reference implementation of the “principal networks” method. TractoR’s facilities for working with functional data are also currently outlined there.
- There is a specific page about the facilities in TractoR for handling DICOM files and, importantly, their limitations.
- Finally, there is a list of references for the methods available through TractoR.
Reference
J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1–18.