hcp-utils icon indicating copy to clipboard operation
hcp-utils copied to clipboard

Utilities to use HCP and HCP-like data with nilearn and other Python tools

Results 8 hcp-utils issues
Sort by recently updated
recently updated
newest added

This PR adds a new script `prepare_schaefer100.py` that follows the structure of `prepare_yeo.py` for the Schaefer et al. parcellation scheme. To begin with I will deal with only the 100-node...

Hello! When using view_parcellation, is there a way to only visualize one hemisphere at a time like in nilearn?

Hello! I was trying to use hcp-utils on some of the 7T data from HCP, which has a shape of (921, 170494). So the number of grayordinates is 170494 instead...

I may have uncovered an issue: in [hcp_utils.py](https://github.com/rmldj/hcp-utils/blob/master/hcp_utils/hcp_utils.py), line 334 ``` Xp = np.zeros(np, dtype=X.dtype) ``` should be: ``` Xp = np.zeros(n, dtype=X.dtype) ``` Don't you agree?

In this PR, I integrated the yan 2023 homotopic parcellation proposed [here](https://github.com/ThomasYeoLab/CBIG/tree/master/stable_projects/brain_parcellation/Yan2023_homotopic) with multiple resolutions _(from 100 to 1000 parcels)_ matched with Kong 17 networks. _prepare_yan_kong17.py_ follows similar setup as...

When I want to classify the hcp task-based dataset, I need some specific region, like below: Gambling Punish--region:Striatum; MMP code:361, 362; Prediction:-- Could you please explain me what's the meaning...

As a novice in fMRI, what confuses me is that when I execute the following code, the brain unfolding map appears to be inverted. I am unsure where the problem...

Hi! First, thank you for this great package! I noticed there aren't many brain atlases available in hcp_utils for HCP fMRI data. Also, I’m not sure how to apply other...