The SANSCOG-MRI-Pipeline repository contains scripts and workflows used in the SANSCOG Study. This study focuses on MRI data processing, management, extraction, and analysis, aiming to streamline neuroimaging research tasks.
This repository serves as a centralized collection of scripts for:
- Preprocessing: Preparing raw MRI data for analysis.
- Data Management: Organizing, storing, and maintaining datasets.
- Data Extraction: Extracting key metrics and features from MRI datasets.
- Neuroimaging Analysis: Performing advanced analyses such as segmentation, connectivity mapping, and statistical modeling.
The repository is organized into the following directories:
SANSCOG-MRI-Pipeline/
|
├── preprocessing/ # Scripts for preprocessing MRI data
├── data_management/ # Tools for dataset organization and curation
├── data_extraction/ # Scripts for extracting features and metrics
├── neuroimaging_analysis/ # Advanced analysis workflows
├── utils/ # Utility functions and shared scripts
├── docs/ # Documentation and usage guides
└── examples/ # Example datasets and workflows
To use the scripts in this repository, ensure you have the following:
Refer to the requirements.txt
file for a complete list of dependencies.
-
Clone the repository:
git clone https://github.com/your-username/SANSCOG-MRI-Pipeline.git cd SANSCOG-MRI-Pipeline
-
Install the required Python libraries:
pip install -r requirements.txt
-
Ensure all external tools (e.g., FSL, SPM) are correctly installed and accessible in your system's PATH.
Detailed usage instructions, parameter descriptions, and workflow guides are available in the docs/
directory.
Contributions to this repository are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License.
The development of this pipeline was supported by the SANSCOG research team and collaborators in neuroimaging science. Tools and libraries such as FSL, NiBabel, and SPM have been instrumental in this project.