Skip to content

Commit 7fdd8a7

Browse files
upload a page for my project (#374)
* upload a page for my project * Changed the content of the index.md based on the conversations, added a simple cover image. Thanks for the suggestions! * Apply suggestions from code review Thank you! Co-authored-by: Lune Bellec <lune.bellec@umontreal.ca> --------- Co-authored-by: Lune Bellec <lune.bellec@umontreal.ca>
1 parent 32ff9e2 commit 7fdd8a7

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed
135 KB
Loading
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
type: "project"
3+
4+
date: "2025-06-12"
5+
6+
title: "Univariate analysis on melody evaluation test"
7+
8+
names: [Hsin-Yu Cheng]
9+
10+
github_repo: https://github.com/SkyStream5240/Hsin-YuCheng_project
11+
12+
tags: [auditory, fmri]
13+
14+
summary: "The project focused on extracting activities from functional images in a previous study about neural representation of melody-transposition. Using parcellated brain atlas as a mask, the BOLD signals underwent univariate analysis to look for effects in error detection or music-like stimulus-related brain regions/"
15+
16+
image: "image.png"
17+
---
18+
<!-- This is an html comment and this won't appear in the rendered page. You are now editing the "content" area, the core of your description. Everything that you can do in markdown is allowed below. We added a couple of comments to guide your through documenting your progress. -->
19+
20+
## Project definition
21+
22+
For brainhack school TW-SG 2025
23+
24+
__bhfunc2025.py__ includes some functions are used in other code
25+
26+
__projectVisualizeTest.ipynb__ is the main processing steps I work on extracting the activities and images from preprocessed fMRI images
27+
28+
The exported csv files are plotted to bar graphs in __resultplotting.ipynb__
29+
30+
### Background
31+
32+
Inspired by the previous paper: Y.-­ A. Han and P.J. Hsieh Imaging Neuroscience, Volume 2, 2024 https://doi.org/10.1162/imag_a_00352. I want to understand how simple melody stimuli can induce neuronal activities in the brain.
33+
34+
35+
### Tools
36+
37+
The __Univariate analysis on melody evaluation test__ project will rely on the following technologies:
38+
* jupyter notebook
39+
* python packages - nilearn and nibabel
40+
* nilearn.dataset - Spatially constrained parcellation: msdl_rois
41+
42+
### Data
43+
44+
Using the functional fMRI data in the previous paper: Y.-­ A. Han and P.J. Hsieh Imaging Neuroscience, Volume 2, 2024 https://doi.org/10.1162/imag_a_00352.
45+
Will not be provided when the project is uploaded.
46+
47+
### Deliverables
48+
49+
- comparison of activity in a set of parcellated brain regions
50+
51+
## Results
52+
53+
### Progress overview
54+
55+
The preprocessed image series went through masking and activities are extracted.
56+
57+
### Tools I learned during this project
58+
59+
* **Github workflow**
60+
* **dealing with Nifti data**
61+
* **basic data visualization in seaborn**
62+
63+
### Results
64+
65+
#### Deliverable 1: Comparison of activity difference
66+
67+
Two subjects, one run each, are analyzed to look for the activation difference in dorsal ACC, dlPFC, and a generalized auditory region. <img width="317" alt="image" src="https://github.com/user-attachments/assets/247a787c-f099-485a-ad7d-fbc159b00b79" />
68+
Expected effect are seen in one run of one subject but the other doesn't seem obvious.
69+
70+
<img width="301" alt="image" src="https://github.com/user-attachments/assets/88091782-5c86-4533-b52e-9b90b65d3185" />
71+
<img width="311" alt="image" src="https://github.com/user-attachments/assets/9be9241c-9e34-490a-b75d-aabe95c8ff7d" />
72+
<img width="297" alt="image" src="https://github.com/user-attachments/assets/c4a09939-0352-42fa-a922-22e0e70bc367" />
73+
74+
<img width="310" alt="image" src="https://github.com/user-attachments/assets/b8f49aa2-2051-4142-ba4a-da26bfe8c6ca" />
75+
<img width="311" alt="image" src="https://github.com/user-attachments/assets/c6a9d909-0279-48ee-a6a5-216ee57426d5" />
76+
<img width="305" alt="image" src="https://github.com/user-attachments/assets/5f650b49-855b-483c-b6cc-0ac8a21ff745" />
77+
78+
79+
## Conclusion and acknowledgement
80+
81+
We can see the brain activity in different regions vary a lot in different individuals, even in identical test runs. More data needs analysis for a further, more general conclusion.

0 commit comments

Comments
 (0)