knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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:
X
, Y
, Z
: 3D coordinates of the current point; PointId
: Identification number of the current point among all points of the
streamline it belongs to;StreamlineId
: Identification number of the streamline which the current
point belongs to.You can install the development version of mascot from GitHub with:
# install.packages("remotes") remotes::install_github("astamm/mascot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.