Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing insula in Human/Anatomical-labels-csv/Desikan.csv? #53

Open
neerajwagh opened this issue May 8, 2024 · 0 comments
Open

Missing insula in Human/Anatomical-labels-csv/Desikan.csv? #53

neerajwagh opened this issue May 8, 2024 · 0 comments

Comments

@neerajwagh
Copy link

Hello,

I'm trying to draw a correspondence between the neuroparc Desikan ROIs and the MNE-python's Deiskan ROI labels (read from freesurfer lh/rh.aparc.annot files - mne.read_labels_from_annot).

It seems to me that:

  1. neuroparc's Human/Anatomical-labels-csv/Desikan.csv is missing the insula L/R labels.
  2. there are no corresponding labels for neuroparc's "white_matter" and "corpus_calosum" in the freesurfer list below.

I'm new to brain anatomy and parcellations, so not sure if I missed/misunderstood something! Thank you for the very helpful repo! :)


For reference, MNE-python reads in the following:

import mne
mne_labels = mne.read_labels_from_annot("fsaverage", parc="aparc")
mne_labels = [x.name for x in mne_labels]
mne_labels, len(mne_labels)

Reading labels from parcellation...
read 35 labels from fsaverage/label/lh.aparc.annot
read 34 labels from fsaverage/label/rh.aparc.annot
(['bankssts-lh',
'bankssts-rh',
'caudalanteriorcingulate-lh',
'caudalanteriorcingulate-rh',
'caudalmiddlefrontal-lh',
'caudalmiddlefrontal-rh',
'cuneus-lh',
'cuneus-rh',
'entorhinal-lh',
'entorhinal-rh',
'frontalpole-lh',
'frontalpole-rh',
'fusiform-lh',
'fusiform-rh',
'inferiorparietal-lh',
'inferiorparietal-rh',
'inferiortemporal-lh',
'inferiortemporal-rh',
'insula-lh',
'insula-rh',
'isthmuscingulate-lh',
'isthmuscingulate-rh',
'lateraloccipital-lh',
'lateraloccipital-rh',
'lateralorbitofrontal-lh',
'lateralorbitofrontal-rh',
'lingual-lh',
'lingual-rh',
'medialorbitofrontal-lh',
'medialorbitofrontal-rh',
'middletemporal-lh',
'middletemporal-rh',
'paracentral-lh',
'paracentral-rh',
'parahippocampal-lh',
'parahippocampal-rh',
'parsopercularis-lh',
'parsopercularis-rh',
'parsorbitalis-lh',
'parsorbitalis-rh',
'parstriangularis-lh',
'parstriangularis-rh',
'pericalcarine-lh',
'pericalcarine-rh',
'postcentral-lh',
'postcentral-rh',
'posteriorcingulate-lh',
'posteriorcingulate-rh',
'precentral-lh',
'precentral-rh',
'precuneus-lh',
'precuneus-rh',
'rostralanteriorcingulate-lh',
'rostralanteriorcingulate-rh',
'rostralmiddlefrontal-lh',
'rostralmiddlefrontal-rh',
'superiorfrontal-lh',
'superiorfrontal-rh',
'superiorparietal-lh',
'superiorparietal-rh',
'superiortemporal-lh',
'superiortemporal-rh',
'supramarginal-lh',
'supramarginal-rh',
'temporalpole-lh',
'temporalpole-rh',
'transversetemporal-lh',
'transversetemporal-rh',
'unknown-lh'],
69)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant