[FieldTrip] Yeo7 Atlas Cortical Parcellation

Schoffelen, J.M. (Jan Mathijs) janmathijs.schoffelen at donders.ru.nl
Thu Oct 9 15:27:59 CEST 2025


Hi Anas,

Why don’t you just use ft_sourceplot for visualization of the volumetric atlas? Many unexpected things might happen if you use some (ad hoc) way to mapping the segmentation onto a poorly defined mesh.

something like this should do the trick:

atlas.tissue = double(atlas.tissue);

cfg = [];
cfg.funparameter = ’tissue’;
ft_sourceplot(cfg, atlas);

Best wishes,
Jan-Mathijs


On 7 Oct 2025, at 18:03, Khan, Anas Uddin via fieldtrip <fieldtrip at science.ru.nl> wrote:

Hello,

I am attempting to visualize the cortical parcellation based on the Yeo7 network atlas provided by freesurfer. My end goal is to localize some intracranial EEG electrodes, but I wanted to confirm the labeling is reasonable first. I am using the ft_volumelookup and ft_plot_mesh functions to do this. I noticed some striking issues: gross hemispheric asymmetries, absent networks, large portions of the cortex not labeled/plotted. Based on my research, it is my understanding that ft_volumelookup is not actively maintained. Is there a more appropriate function/cfg I should be using for this purpose? I have attached screenshots of both hemispheres and my code which should be runnable after just changing the fieldtrip path and will produce the same figure. Thanks for your time!
<Screenshot 2025-10-07 at 10.56.26 AM.png>
<Screenshot 2025-10-07 at 10.56.13 AM.png>
<Yeo7PlotRoutine.m>_______________________________________________
fieldtrip mailing list
https://mailman.science.ru.nl/mailman/listinfo/fieldtrip
https://doi.org/10.1371/journal.pcbi.1002202

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20251009/f00c4f26/attachment.htm>


More information about the fieldtrip mailing list