Plotting brain atlases in ggplot

Author

Dr. Joscelin Rocha-Hidalgo

Published

December 25, 2020

Buy me a coffeeBuy me a coffee


Description from site: Plotting regions from different brain atlases ggplot2 is a handy way of displaying results or grouping of aparc data.

The function ggseg(), is based in the ggplot2 format, it is recommended to get familiarized with plotting data with ggplot2.

Out-of-the-box, ggseg() works without supplying any extra information. It will create a base plot of the aparc brain segmentations.

  1. Link to site: https://ggseg.github.io/ggseg/
  2. Link to ggseg vignette: https://github.com/LCBC-UiO/ggseg/blob/master/vignettes/ggseg.Rmd
  3. Link to ggseg repo: https://github.com/LCBC-UiO/ggseg

xagon-shaped logo featuring a stylized illustration of a human brain hemisphere divided into brightly colored anatomical regions. The regions are distinctly segmented with bold, contrasting colors. Below the illustration, the text "ggseg" is written, indicating the R package for brain region visualization. The background is light gray with a dark gray border around the hexagon.

Back to top