riot 1.0.0

An R interface for popular tractography file formats.

software
connectome-valued functional data
data import
Author
Affiliation

Department of Mathematics Jean Leray, UMR CNRS 6629

Published

May 10, 2022

News

In this first major release, we:

  • Added support to read MRtrix .tck/.tsf file formats.
  • Added support to read TrackVis .trk file formats.
  • Use only one core to compile VTK for compliance with CRAN policy (thanks to Prof. B. Ripley).
  • Added tilde expansion on file paths.

We make it the first major release as we consider that the most popular tractography formats are now supported by riot. We chose by design to support only VTK and medInria file formats for writing.

Installation

You can install the package directly from CRAN:

install.packages("riot")

or you can choose to install the development version from GitHub:

# install.packages("remotes")
remotes::install_github("astamm/riot")

The package has its own webpage: https://astamm.github.io/riot/.