| トピック |
ブログ |
動画 |
スライド |
| 1. 脳画像解析の準備 |
|
|
|
| 脳画像解析の概要 |
 |
|
|
| MRIの概要 |
 |
|
|
| 画像ファイル形式の種類 |
 |
|
|
| 脳画像解析のための環境構築 |
 |
|
|
| シェルスクリプト(bash)の基本 ~チュートリアル~ |
 |
|
|
| Pythonの基本 ~チュートリアル~ |
 |
|
|
| Pythonを用いたデータ処理・統計(データサイエンス) ~チュートリアル~ |
 |
|
|
| 2. 脳画像解析の実践 |
|
|
|
| 2.1. 画像表示ソフトウェア(Viewer) |
|
|
|
| MicroDicom(DICOMを見るならこれ!) |
 |
|
|
| MRIcron(手軽にNIfTI見るならこれ!) |
 |
|
|
| MRIcroGL(DICOM/NIfTI Viewer, 機能が多く、開発も進んでいる) |
 |
|
|
| ITK-SNAP |
|
|
|
| FSLeyes |
|
|
|
| MRView |
|
|
|
| FreeView |
|
|
|
| 2.2. 前処理 |
|
|
|
| 2.2.1. データ準備 |
|
|
|
| DICOMのソート(Sort)処理とNIfTI変換(Software: Python) |
 |
|
|
| DICOM形式からNIfTI形式の変換(Software: MRIcroGL/dcm2niix) |
 |
|
|
| NIfTI形式からMIF形式の変換(Software/Command: MRtrix/mrconvert) |
 |
|
|
| DICOMヘッダーをCSVに保存(Software/Library: Python/Pydicom) |
 |
|
|
| NIfTIヘッダーの確認(Software/Command: FSL/fslhd, MRtrix/mrinfo) |
 |
|
|
| 画像の向きの確認と修正(Software/Command: FSL/fsleyes, fslreorient2std) |
 |
|
|
| 2.2.2. 構造MRI |
|
|
|
| FSLを用いたRF/B1バイアス(信号ムラ)補正(Software/Command: FSL/fast) |
 |
|
|
| FreeSurferを用いたRF/B1バイアス(信号ムラ)補正(Software/Command: FreeSurfer/AntsN4BiasFieldCorrectionFs) |
 |
|
|
| FSLを用いた頭蓋除去 ~Skull-stripping~(Software/Command: FSL/bet) |
 |
|
|
| FreeSurferを用いた頭蓋除去 ~Skull-stripping~(Software/Command: FreeSurfer/recon-all -autorecon1) |
 |
|
|
| 脳組織(GM/WM/CSF)のセグメンテーション(Software/Command: FSL/fast) |
 |
|
|
| 大脳基底核のセグメンテーション(Software/Command: FSL/run_first_all) |
 |
|
|
| 2.2.3. 拡散MRI |
|
|
|
| MRtrixを用いた拡散MRIのマスク画像の作成(Software/Command: MRtrix/dwi2mask) |
 |
|
|
| 拡散MRIからb値ごとに画像を抽出(Software/Command: MRtrix/dwiextract) |
 |
|
|
| FSLを用いた構造MRIと拡散MRIの位置合わせ ~Boundary-Based Registration: BBB~(Software/Command: FSL/epi_reg) |
 |
|
|
| MRtrixを用いた拡散MRIのノイズ除去 ~Denoise~(Software/Command: MRtrix/dwidenoise) |
 |
|
|
| DIPYを用いた拡散MRIのノイズ除去 ~Denoise~(Software/Command: DIPY/dipy.denoise.localpca) |
 |
|
|
| MRtrixを用いた拡散MRIのバイアス(信号ムラ)補正(Software/Command: MRtrix/dwibiascorrect) |
 |
|
|
| FSLを用いた拡散MRIの前処理 ~歪み・頭の動き・渦電流の補正~(Software/Command: FSL/topup, eddy) |
 |
|
|
| MRtrixを用いた拡散MRIの前処理 ~歪み・頭の動き・渦電流の補正~(Software/Command: MRtrix/dwipreproc, dwifslpreproc) |
 |
|
|
| MRtrixを用いた5TT(five-tissue-type)画像の生成(Software/Command: MRtrix/5ttgen) |
 |
|
|
| FSLのBEDPOSTXの使い方(Software/Command: FSL/bedpostx) |
 |
|
|
| MRtrixを用いた拡散MRIの組織応答関数(Response function)の計算(Software/Command: MRtrix/dwi2response) |
|
|
|
| MRtrixを用いた拡散MRIのFibre Orientation Distribution(FOD)の推定(Software/Command: MRtrix/dwi2fod) |
|
|
|
| 2.2.4. その他(共通項目) |
|
|
|
| MRtrixを用いたギブズのリンギングアーチファクト(Gibbs ringing)の除去(Software/Command: MRtrix/mrdegibbs) |
 |
|
|
| DIPYを用いたギブズのリンギングアーチファクト(Gibbs ringing)の除去(Software/Command: DIPY/dipy.denoise.gibbs) |
 |
|
|
| FSLを用いた画像の位置合わせ ~Registration~)(Software/Command: FSL/flirt, fnirt) |
 |
|
|
| FSLのFDT pipelineを用いた標準空間(MNI空間)への位置合わせ(Software: FSL) |
 |
|
|
| 定量値の計測 ~Sampling~(Software/Command: FSL/fslstats) |
 |
|
|
| MRIcron/MRIcroGLを用いたノイズ除去とマスク画像の作成(Software: MRIcron/MRIcroGL) |
 |
|
|
| FSL/MRtrixを用いたしきい値処理とマスク画像の作成(Software: FSL/fslmaths, MRtrix/mrthreshold) |
 |
|
|
| 画像の切り取り・マスキング ~Masking~(Software/Command: FSL/fslmaths, MRtrix/mrcalc) |
 |
|
|
| 4D画像から3D画像を抽出(Software/Command: FSL/fslroi, MRtrix/mrconvert) |
 |
|
|
| MRtrixを用いた解像度の変更 ~Upsampling~(Software/Command: MRtrix/mrgrid) |
 |
|
|
| 2.3. 定量値 |
|
|
|
| 2.3.1. 構造MRI |
|
|
|
| 脳構造および脳容積の解析(Software/Command: FreeSurfer/recon-all -all) |
 |
|
|
| 2.3.2. 拡散MRI |
|
|
|
| FSLを用いた拡散テンソルイメージング: DTI(Software/Command: FSL/dtifit) |
 |
|
|
| MRtrixを用いた拡散テンソルイメージング: DTI(Software/Command: MRtrix/dwi2tensor, tensor2metric) |
 |
|
|
| DIPYを用いた拡散テンソルイメージング: DTI(Software/Command: DIPY/dipy.reconst.dti) |
 |
|
|
| DIPYを用いた拡散尖度イメージング: DKI(Software/Command: DIPY/dipy.reconst.dki) |
 |
|
|
| プログラミングなしで拡散テンソルイメージングと拡散尖度イメージング(Software: DKE) |
|
|
|
| AMICOを用いた神経突起イメージング: NODDI(Software: Python) |
 |
|
|
| AMICOを用いた自由水イメージング: FWI(Software: Python) |
|
|
|
| DIPYを用いた自由水イメージング: FWI(Software/Command: DIPY/dipy.reconst.fwdti) |
|
|
|
| MRtrixを用いたトラクトグラフィー: Tractography(Software/Command: MRtrix/tckgen) |
 |
|
|
| XTRACTを用いたトラクトグラフィー: Tractography(Software/Command: FSL/XTRACT) |
 |
|
|
| 2.3.3. その他 |
|
|
|
| 定量的磁化率マッピング: QSM(Software: MEDI) |
 |
|
|
| 2.4. 統計解析 |
|
|
|
| Voxel-based analysis: VBA (Software: FSL) |
 |
|
|
| Voxel-based morphometry: VBM (Software: FSL) |
 |
|
|
| Tract-Based Spatial Statistics: TBSS (Software: FSL) |
 |
|
|
| Gray matter-Based Spatial Statistics: GBSS (Software: FSL) |
 |
|
|
| Fixel-Based Analysis: FBA (Software: MRtrix) |
|
|
|
| FMRIB’s Linked Independent Component Analysis:FLICA (Software: FSL) |
 |
|
|
| 2.5. ROI解析 |
|
|
|
| 【FSL】MRI画像のレジストレーション(Registration)と関心領域(ROI)解析 |
 |
|
|
| 【FSL】fslmathsの使ったROI解析 |
 |
|
|
| 【FSL】TBSSで出た有意領域をマスクとして画像定量値を計測 |
 |
|
|
| 【FSL】ROI(VOI)を用いた画像計測 |
 |
|
|
| 【FSL】大脳基底核(Basal Ganglia)のセグメントと体積(Volume)計測 |
 |
|
|
| FSLを使ったVolumeの一括計測 |
 |
|
|
| FreeSurferの結果のまとめ方 ~aparc, aseg, wmparc, brainstem~ |
 |
|
|
| 2.6. 脳画像解析における結果のまとめ方 |
|
|
|
| 2.6.1. 図(Figure)作成 |
|
|
|
| 【Python】箱ひげ図の作り方 |
 |
|
|
| 【Python】バイオリンプロット(Violin Plot) |
 |
|
|
| 【Python】相関行列 (Correlation Matrix)とヒートマップ (Heat Map)の作り方 |
 |
|
|
| 【Python】縦断データの可視化(プロット・箱ひげ図・バイオリン図・信頼区間・ヒストグラム) |
 |
|
|
| 【画像連結】画像をタイル状に並べる |
 |
|
|
| 2.6.2. 評価指標 |
|
|
|
| 【Python】カッパ(k)係数の計算 |
 |
|
|
| 【Python】画像の類似度の計算(Dice係数) |
 |
|
|
| 【Python】MAEとRMSEの計算方法 |
 |
|
|