GithubHelp home page GithubHelp logo

edouard2laire / fmri_preprocessing_and_qa_code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from donders-institute/fmri_preprocessing_and_qa_code

0.0 1.0 0.0 29 KB

MATLAB code for preprocessing and quality assessment of fMRI data (using SPM12 and some other tools)

MATLAB 100.00%

fmri_preprocessing_and_qa_code's Introduction

These directories contain some MATLAB code I wrote for preprocessing and quality assessment of fMRI data. Here's a brief overview of how the code is organized and what it does:

├── fmri_multiecho_preprocessing  <- Dir with code for fMRI preprocessing
│   ├── coreg_normalize_smooth.m  <- SPM12 job for coregistration, normalization, and smoothing
│   ├── dicom_import.m            <- SPM12 job for DICOM to NIfTI conversion
│   ├── preproc_mri_stpy.m        <- Preprocesses functional and anatomical MRI data
│   ├── realign_estimate.m        <- SPM12 job for realignment (estimation only)
│   ├── realign_reslice.m         <- SPM12 job for realignment (estimation & reslicing)
│   └── run_preproc_mri_stpy.m    <- Main script, calling preproc_mri_stpy.m
├── quality_check                 <- Dir with code for fMRI quality analysis
│   ├── bztbx_automask.m          <- Creates a rough mask of the brain (based on code from ArtRepair toolbox)
│   ├── bztbx_bpfilt.m            <- Bandpass filters fMRI time series
│   ├── bztbx_createmask.m        <- Creates binary images (masks) of ROIs
│   ├── bztbx_extractts.m         <- Extracts fMRI time series data
│   ├── bztbx_fmrifig.m           <- Makes a figure with quality check results
│   ├── bztbx_multireg.m          <- Makes a text file with multiple regressors (e.g. realigment parameters)
│   ├── bztbx_qa.m                <- Main quality check function
│   ├── bztbx_truncrp.m           <- Truncates realignment parameters
│   └── bztbx_tsnr.m              <- Computes temporal signal to noise ratio of fMRI time series
├── README.md                     <- The file you're reading now

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.