knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

mascot

R-CMD-check pkgdown CRAN status

The goal of mascot is to provide easy access to recent macroscale structural connectomes of the Human brain obtained from diffusion MRI data through diffusion modeling and subsequent so-called tractography.

Datasets

Currently, the package contains:

Each white matter fascicle comes in the form of a tibble in which each row is a point characterized by the following five variables:

Installation

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

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


astamm/mascot documentation built on May 28, 2022, 7:14 a.m.