GithubHelp home page GithubHelp logo

sraashis / coinstac_ddfnc_pipeline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trendscenter/coinstac_ddfnc_pipeline

0.0 1.0 0.0 250.81 MB

test repo to demonstrate ddfnc and group ica pipelines

Python 64.74% Dockerfile 3.37% Shell 2.43% MATLAB 29.46%

coinstac_ddfnc_pipeline's Introduction

Coinstac Group ICA/ddFNC Pipeline

This repository compiles submodules utilized for Group ICA and ddFNC.

The ddFNC pipeline consists of two distinct parts - Group or Spatially Constrained ICA first, followed by ddFNC.

Running in the Simulator

This pipeline has been tested with the latest version of the COINSTAC simulator.

Install the simulator:

npm i -g coinstac-simulator

Download this repository

git clone https://github.com/MRN-Code/coinstac_ddfnc_pipeline.git

Initialize submodules

git submodule update --init --recursive

Copy the mask and template into the local input folders, using the bash script

bash copy_data.sh

or the following commands

cp test/remote/simulatorRun/mask.nii test/local0/simulatorRun/ ;
cp test/remote/simulatorRun/mask.nii test/local1/simulatorRun/ ;
cp test/remote/simulatorRun/NeuroMark.nii test/local0/simulatorRun/ ;
cp test/remote/simulatorRun/NeuroMark.nii test/local1/simulatorRun/ ;

Finally, run using the bash script (will require entry of password for sudo)

bash run.sh

or

Run using the following commands

sudo docker build  -t ddfnc .
sudo coinstac-simulator

Spatially Constrained ICA

The stages of Spatially Constrained ICA are

  • local spatially constrained ICA (performed with GIFT)

Group ICA

The stages of Group ICA are:

  • decentralized row means
  • decentralized PCA
  • local ICA (either with Infomax ICA, spatially-constrained ICA, or other)

ddFNC

The stages of ddFNC are:

  • Group/ScICA ICA (as given above)
  • Local post-processing of timecourses (including windowing)
  • Decentralized Clustering

coinstac_ddfnc_pipeline's People

Contributors

bbradt avatar pixelsaurus avatar

Watchers

 avatar

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.