Skip to content

hamsiradhakrishnan/my_fba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_fba

My fixel-based analysis pipeline

This is a framework for running fixel-based analyses (FBA) on DWI data based on mrtrix3. It is intended to be an easy-to-use interface to the several steps needed to complete a FBA on a set of subjects.

The pipeline depends on mrtrix3 tools. Keep in mind that mrtrix3 is under active development, so it would not be surprising if some tools change and this pipeline needs some tweaking. Also, it would not be so surprising if the fine folk developing mrtrix3 release a pipeline that supersedes this one.

The data must be organized in a certain way before you run my_fba, and you must perform decent pre-processing of your data before you begin any FBA. This includes denoising, motion-correction/eddy, but not intensity normalization. Data organization is as follows:

  1. Define a global variable $FBA_DIR that holds the absolute path to where all your data is stored for this study.
  2. Within $FBA_DIR you should have a folder for each subject, named accordingly. Please make sure that the first character of each subject is not a number. Inside each folder, you should have two files: dwis.mif and mask.mif

An example folder structure is:

export FBA_DIR=/home/lconcha/myFBAdata

$FBA_DIR/subject01
$FBA_DIR/subject02
                 \ dwis.mif
                 \ mask.mif

About

My fixel-based analysis pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%