Nialljb / fw-2pieR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Head circumference estimation

Overview

Usage

FAQ

Summary

Cite

license: MIT License

url: <>

cite:

Classification

Category: analysis

Gear Level:

  • Project
  • Subject
  • Session
  • Acquisition
  • Analysis

Inputs

  • api-key
    • Name: api-key
    • Type: object
    • Optional: true
    • Classification: api-key
    • Description: Flywheel API key.

Config

  • input
    • Base: file
    • Description: input file (isotropic reconstruction, bias corrected & skull stripped)
    • Optional: false

Outputs

  • output

    • Base: file
    • Description: segmentated file
    • Optional: false
  • volume

    • Base: file
    • Description: volume estimation file (csv)
    • Optional: true

Metadata

No metadata currently created by this gear

Pre-requisites

  • Three dimensional structural image, bias corrected and skull stripped

Prerequisite Gear Runs

  1. dcm2niix
    • Level: Any
  2. file-metadata-importer
    • Level: Any
  3. file-classifier
    • Level: Any

Prerequisite

Usage

This section provides a more detailed description of the gear, including not just WHAT it does, but HOW it works in flywheel

Description

This gear is run at either the Subject or the Session level. It downloads the data from the output of a previously run HD-BET analysis for that subject/session into the /flwyhweel/v0/work/ folder and then runs the hyperfine-vbm pipeline on it.

After the pipeline is run, the output folder is zipped and saved into the analysis container.

File Specifications

This section contains specifications on any input files that the gear may need

Workflow

A picture and description of the workflow

  graph LR;
    A[T2w]:::input --> FW;
    FW[FW] --> D2N;
    D2N((dcm2niix)):::gear --> CISO;
    CISO((recon)):::gear --> N4;
    N4((biasCorr)):::gear --> BET;
    BET((HD-BET)):::gear --> VBM;
    VBM[Morphometry]:::container;
    
    classDef container fill:#57d,color:#fff
    classDef input fill:#7a9,color:#fff
    classDef gear fill:#659,color:#fff
Loading

Description of workflow

  1. Upload data to container
  2. Prepare data by running the following gears:
    1. file metadata importer
    2. file classifier
    3. dcm2niix
  3. Run the ciso gear (Hyperfine triplane aquisitions)
  4. Run N4 bias correction gear
  5. Run HD-BET
  6. Run VBM

Use Cases

FAQ

FAQ.md

Contributing

[For more information about how to get started contributing to that gear, checkout CONTRIBUTING.md.]

About

License:MIT License


Languages

Language:Python 96.9%Language:Shell 1.7%Language:Dockerfile 1.4%