Skip to content

Commit

Permalink
Merge pull request #52 from neurorepro/iquant
Browse files Browse the repository at this point in the history
Add cortical thickness stat analysis
  • Loading branch information
nikhil153 authored Jun 4, 2021
2 parents f59d52a + fe1fbf7 commit bbab0f7
Show file tree
Hide file tree
Showing 32 changed files with 1,072 additions and 998 deletions.
8 changes: 5 additions & 3 deletions code/4_sMRI_segmentation_parcellation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"# Lesson 4: sMRI Segmentation / Parcellation\n",
"\n",
"## Objectives\n",
"\n",
"- Understand and visualize tissue segmentation\n",
"- Manipulate atlases to extract regions of interests\n",
"- Visualize and interact with both volumetric and surface data\n",
"\n",
"## Python Requirements\n",
"- numpy\n",
Expand Down Expand Up @@ -606,7 +608,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Exercise: can you modify the code above to plot the intensity distribution before skull-stripping ? "
"##### Challenge: can you modify the code above to plot the intensity distribution before skull-stripping ? "
]
},
{
Expand Down Expand Up @@ -883,7 +885,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##### Exercise: can you modify the code above to plot the white matter surface ? "
"##### Challenge: can you modify the code above to plot the white matter surface ? "
]
},
{
Expand Down
995 changes: 546 additions & 449 deletions code/6_sMRI_quantification_stats.ipynb

Large diffs are not rendered by default.

1,067 changes: 521 additions & 546 deletions episodes/06-Statistical_Analysis.md

Large diffs are not rendered by default.

Binary file removed fig/episode_6/5_All_FSL.png
Binary file not shown.
Binary file removed fig/episode_6/5_CTchanges_SCZexercise_Bi.png
Binary file not shown.
Binary file removed fig/episode_6/5_CorticalThickness_Img1.png
Binary file not shown.
Binary file removed fig/episode_6/5_EffectSize.png
Binary file not shown.
Binary file removed fig/episode_6/5_Fig1_corAtlas_AAL.png
Binary file not shown.
Binary file removed fig/episode_6/5_Fig2_corAtlas_Schaefer.png
Binary file not shown.
Binary file removed fig/episode_6/5_Fig3_corAtlas_Harvard-Oxford.png
Binary file not shown.
Binary file removed fig/episode_6/5_Fig4_corAtlas_Destrieux.png
Binary file not shown.
Binary file removed fig/episode_6/5_Fig5_subAtlas_Pauli.png
Binary file not shown.
Binary file removed fig/episode_6/5_HippL_FSL.png
Binary file not shown.
Binary file removed fig/episode_6/5_HippocampalSubfields.png
Binary file not shown.
Binary file removed fig/episode_6/5_MAGeTOverview.png
Binary file not shown.
Binary file removed fig/episode_6/5_MeanCT_forGroups_A.png
Binary file not shown.
Binary file removed fig/episode_6/5_SubVolumes.png
Binary file not shown.
Binary file removed fig/episode_6/5_SubVolumes_All.png
Binary file not shown.
Binary file removed fig/episode_6/5_VBM_OASIS_Eg.png
Binary file not shown.
Binary file removed fig/episode_6/5_VBM_PP_DARTELinput.png
Binary file not shown.
Binary file removed fig/episode_6/5_VBM_PP_NewSeg.png
Binary file not shown.
Binary file removed fig/episode_6/5_VBM_PP_norm2mni_OP.png
Binary file not shown.
Binary file removed fig/episode_6/5_VolAnalysis_Eg1.png
Binary file not shown.
Binary file removed fig/episode_6/5_VolAnalysis_Eg2.png
Binary file not shown.
Binary file added fig/episode_6/ct_age_pvals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/episode_6/ct_age_r2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/episode_6/ct_age_tvals_left_hemi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/episode_6/ct_age_tvals_right_hemi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/episode_6/right_caudate_ROI.png
Binary file added fig/episode_6/roi_thickness_age.png

0 comments on commit bbab0f7

Please sign in to comment.