Skip to content

Latest commit

 

History

History
131 lines (121 loc) · 5.5 KB

readme.md

File metadata and controls

131 lines (121 loc) · 5.5 KB

Oxytocin and Self-other distinction

GitHub repo size DOI
Twitter URL

Code and data for:
Wang, Y., Wang, R., & Wu, H. (2022). The role of oxytocin in modulating self–other distinction in human brain: A pharmacological fMRI study. Cerebral Cortex.
DOI: 10.1093/cercor/bhac167.


Highlights

  • Univariate analysis revealed that oxytocin increases the activity of neural networks involved in facial information processing and self-referential: cuneus,IFG,FFG
  • MVPA further revealed a higher decoding accuracy of oxytocin group in MFG & IFG
  • Higher representational similarity was found in the oxytocin group in the facial processing neural networks based on RSA

Structure

This repository contains:

root
 ├── data               
 │    ├── OT_questionnaire data.xlsx  # behavior data  
 │    └── fmri_data_link.md          
 ├── code                
 │    ├── R
 │    │    ├── PCAcode.r
 │    │    ├── analysis.r
 │    │    ├── data.csv
 │    │    ├── pca.csv
 │    │    └── pp.r
 │    └── Python
 │    │    ├── pca.py
 │    │    ├── questionnaier.py
 │    │    ├── roi_signal_change_aal.py
 │    │    └── tsne.py
 ├──  models            
 │    ├── MATLAB
 │    │    ├── TDTmvpa.m
 │    │    ├── mvpaR_main.m
 │    │    └── parsave.m
 │    ├── Python
 │    │    ├── mvpaR.py
 │    │    ├── mvpa_perm_all_cond.py
 │    │    ├── mvpa_perm_all_cond_neurosynth.py
 │    │    ├── rsa_roi.py
 │    │    └── images
 │    │        ├── OT_masked_accuracies.nii
 │    │        ├── OT_p_adjusted.nii
 │    │        ├── OT_p_unadjusted.nii
 │    │        ├── PL_masked_accuracies.nii
 │    │        ├── PL_p_adjusted.nii
 │    │        ├── PL_p_unadjusted.nii
 │    │        ├── diff_masked_accuracies.nii
 │    │        ├── diff_p_adjusted.nii
 │    │        └── diff_p_unadjusted.nii
 │    └── README.md
 ├──  MVPA_plots         
 │    ├── Wholebrain
 │    │    ├── niis
 │    │         ├── OT_masked_accuracies.nii
 │    │         ├── OT_p_adjusted.nii
 │    │         ├── OT_p_unadjusted.nii
 │    │         ├── PL_masked_accuracies.nii
 │    │         ├── PL_p_adjusted.nii
 │    │         ├── PL_p_unadjusted.nii
 │    │         ├── diff_masked_accuracies.nii
 │    │         ├── diff_p_adjusted.nii
 │    │         └── diff_p_unadjusted.nii
 │    │    ├── OT_lh_caud.jpg
 │    │    ├── OT_lh_lat.jpg
 │    │    ├── OT_lh_med.jpg
 │    │    ├── OT_lh_ros.jpg
 │    │    ├── OT_rh_caud.jpg
 │    │    ├── OT_rh_lat.jpg
 │    │    ├── OT_rh_med.jpg
 │    │    ├── OT_rh_ros.jpg
 │    │    ├── PL_lh_caud.jpg
 │    │    ├── PL_lh_lat.jpg
 │    │    ├── PL_lh_med.jpg
 │    │    ├── PL_lh_ros.jpg
 │    │    ├── PL_rh_caud.jpg
 │    │    ├── PL_rh_lat.jpg
 │    │    ├── PL_rh_med.jpg
 │    │    ├── PL_rh_ros.jpg
 │    │    ├── diff_lh_caud.jpg
 │    │    ├── diff_lh_lat.jpg
 │    │    ├── diff_lh_med.jpg
 │    │    ├── diff_lh_ros.jpg
 │    │    ├── diff_rh_caud.jpg
 │    │    ├── diff_rh_lat.jpg
 │    │    ├── diff_rh_med.jpg
 │    │    └── diff_rh_ros.jpg
 │    └── Neurosynth
 │    │    ├── niis
 │    │         ├── OT_masked_accuracies.nii
 │    │         ├── OT_p_adjusted.nii
 │    │         ├── OT_p_unadjusted.nii
 │    │         ├── PL_masked_accuracies.nii
 │    │         ├── PL_p_adjusted.nii
 │    │         ├── PL_p_unadjusted.nii
 │    │         ├── diff_masked_accuracies.nii
 │    │         ├── diff_p_adjusted.nii
 │    │         └── diff_p_unadjusted.nii
 │    │    ├── diff_lh_caud.jpg
 │    │    ├── diff_lh_lat.jpg
 │    │    ├── diff_lh_med.jpg
 │    │    ├── diff_lh_ros.jpg
 │    │    ├── diff_rh_caud.jpg
 │    │    ├── diff_rh_lat.jpg
 │    │    ├── diff_rh_med.jpg
 │    │    └── diff_rh_ros.jpg
 └── README.md

Note 1: Before running the codes, change the directories to the path of corresponding locations.
Note 2: All fMRI data with descriptions of the variables is put in openfmri.


Citation

@article{wang2022role,
  title={The role of oxytocin in modulating self--other distinction in human brain: a pharmacological fMRI study},
  author={Wang, Yuanchen and Wang, Ruien and Wu, Haiyan},
  journal={Cerebral Cortex},
  year={2022}
}