Skip to content

SkeideLab/SLANG-CROSS-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLANG-CROSS

Code repository for the analysis of the SLANG-CROSS research project.


Project Description

This repository contains the workflow used in the SLANG-CROSS project, including:

  • Regions of interest (ROIs)
  • Subject-level fMRI: general linear model (GLM)
  • Group-level fMRI: representational dissimilarity matrix (RDM)
  • Group-level fMRI: one-sample t-test and multiple linear regression
  • Figure generation

Repository Layout

.
├── figures
│   └── multimodal         # results from multimodal analsyis
│
├── scripts
│   ├── gro-level-fMRI     # scripts for group-level analsyis
│   ├── sub-level-fMRI     # scripts for subject-level analsyis
│   ├── helpers.py         # set of functions
│   ├── my_packages.py     # set of libraries
│   └── roi_create.py      # script for ROIs
│
├── .gitignore             # ignore preprocessed fMRI
├── README.md              
├── run_params.json        # setting
└── sub-level-fMRI_run.py  # slurm job for GLM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors