Repository for an fMRI study utilizing a perceptual decision-making task. Scripts allow for replication of figures in manuscript.
Scripting was done on MATLAB, R, and python. To replicate the figures, please ensure the following dependencies are met.
MATLAB
https://www.mathworks.com/matlabcentral/fileexchange/34087-cbrewer-colorbrewer-schemes-for-matlab
R
install.packages("ggpubr")
Python
conda install -c anaconda pandas
conda install -c anaconda seaborn
conda install -c conda-forge matplotlib
#Authors Yvonne Yau - Initial work - (https://github.com/yvonnio)