Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.42 KB

README.md

File metadata and controls

64 lines (47 loc) · 2.42 KB

Introduction to Neuroimaging Data Visualisaion in R

These notebooks were developed to be presented at the TrainTrack 2021 edition of the OHBM BrainHack.

This short series of R-notebooks will introduce to to some of the neuroimaging data visualization tools R. You can work though these notebooks on RStudio Cloud, or locally on Rstudio. If you are using Rstudio cloud, or have github installed, clone this get repo by typing the following in to the terminal:

git clone https://github.com/sidchop/neuRo-vis-BrainHack-2021.git

Structure

We will go though how to visualize 4 different types of data:

Pre-requisites

You will need a basic understanding of R syntax. A understanding of R-Markdown syntax will be helpful, but not essential.

Questions?

If you run into any problems while executing these notebooks of have any questions, please open an issue and describing the problem or question. You can also email me at sid.chopra@monash.edu.

If you are interested in plotting gifti and cifti data, check out:

Acknowledgements

  • Voxel-level data: Thanks to John Muschelli for developing neurobase and providing great documentation.
  • ROI-level data: Thanks to Athanasia Mowinckel for developing ggseg & ggseg3D, and her wonderful blog posts on how to use these packages.
  • Vertex-level data: Thanks to Tim Schäfer & Christine Ecker for developing fsbrain, a timely and much needed package.