Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.59 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.59 KB

FSA

This is a Github repository contains code and instructions for calculating personalized Functional Striatal Abnormalities (FSA) score for individuals with schizophrenia. Details of the method are described in the article:

A neuroimaging biomarker for striatal dysfunction in schizophrenia. Nat Med (2020). https://doi.org/10.1038/s41591-020-0793-8

Getting Started

  • FSA is currently developed based on Python 2.X, requiring Python packages scipy, nilearn, sklearn, and joblib.

  • Please download the essential materials (e.g. SVM model) from figshare.

  • The FSA is currently developed and validated using the resting-state MRI data preprocessed by a open-source tool BRANT. Briefly, the raw fMRI image was preprocessed by slice timing, realign, coregister, normalization and denoising. Our model was validated based on the preprocessed fMRI images with global signal regression ('fdGSRwra*') and normalized fALFF images ('fALFF_z_').

  • Once established prerequisites above, personalized FSA score can be easily calculated parallelly following instructions and code in fsa.ipynb.

When using BRANT, please cite:

Copyright Information

The materials and code to calculate personalized FSA score is available for noncommercial use and exclusively for research purpose. For potential commercial use, please contact Bing Liu at [email protected].