Skip to content

Commit

Permalink
Merge pull request #4 from khanlab/update-readme
Browse files Browse the repository at this point in the history
Generalize README
  • Loading branch information
kaitj authored Feb 8, 2023
2 parents bb0ecdb + 620e5ef commit 9e18133
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Snakemake workflow: zonaconn-smk
Snakemake workflow for diffusion and functional connectivity with
the zona incerta.
# Snakemake workflow: subcorticalparc-smk
Snakemake workflow for identifying structural and functional connectivity with
regions/structures of interest.

_This workflow is currently customized to run with data from the HCP1200 7T_

## Description
Using the HCP-MMP cortical parcellation (180 regions, left/right sym labels)
as targets and performs probabilistic tracking from the zona incerta seed in
each subject's native space. The connectivity data from seed voxels are brought
into the template space to perform spectral clustering on the concatenated
feature vectors to parcellate into `k` regions.
as targets and performs probabilistic tracking from the region / structure of
interest seed in each subject's native space. The connectivity data from seed
voxels are brought into the template space to perform spectral clustering on
the concatenated feature vectors to parcellate into `k` regions.

<!-- To be updated -->
### Inputs
- Probabilistic segmentation(s) as 3D NIFTI for ZI on a single MNI template
space
- Probabilistic segmentation(s) as 3D NIFTI for region/structure of interest
on a single MNI template space
- participants.tsv with target subject IDs
- For each target subject:
- Freesurfer processed data
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zonaconn-smk"
version = "0.1.0-pre-1"
version = "0.1.0"
description = "Snakemake workflow to identify connectivity to the zona incerta"
authors = [
"Ali Khan",
Expand Down

0 comments on commit 9e18133

Please sign in to comment.