Skip to content

This repo visualizes effect of contrast-enhanced brain mri

License

Notifications You must be signed in to change notification settings

nistring/BBB_disruption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantative BBB disruption

A disruption of Brain-blood-barrier is suspected for predicting the prognosis of patients, yet there haven't been many studies in terms of quantitative measurements of it. In general, brain parenchymas are often stained with Gd enhancement dye. This repo tries to validate the usefulness of T2 FLAIR enhanced image in calculating amount of enhancement and its associations with clinical outcomes.

This work relies on preprocessing software by FSL and SPM

Start

In order to fully take the advantage of this work, it is needed to install FSL and SPM with MatLab. A helpful snippet of code is provided as

mkdir BBB
cd BBB
git clone https://github.com/nistring/BBB_disruption.git
conda create -n BBB python==3.10
conda activate BBB
# Essential lib
pip install fslpy dcm2niix nibabel nilearn
# Set fsl path
export FSLDIR=path/to/fsl
source $FSLDIR/etc/fslconf/fsl.sh

About

This repo visualizes effect of contrast-enhanced brain mri

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages