Zikai Lin
04/25/2019
One of the most commonly used functional brain atlas is [Shen et al Neuroimage 2013] https://www.sciencedirect.com/science/article/pii/S1053811913005818?via%3Dihub.
However,
Therefore, I designed this application to make this parcellation usable in R, or users that is not familiar with R.
require(oro.dicom)
require(oro.nifti)
require(mritc)
library(scales)
library(RNifti)
library(neurobase)
These are required R packages for hacking neuroimage in R.
load(file = "../Shen_MNI152_ORG.RData")
oro.nifti::orthographic(shen_MNI152_org)
The parcellation can be visulized in this application, and it will automatically be updated once the user enter new coordinates.
You can view the source code in my github repo: https://github.com/proteuslinzk/locateShenROIs.