I’m working with some ecog data, and I’d like to display the results from all electrodes on a standard freesurfer brain.
I ran recon-all on each subject’s T1 volume in their native space, and I then mapped each patient’s CT-based electrodes to their native T1 volume using Trotta et al.'s (2017) software toolkit.
Now I would like to display the combined density of cortical electrodes on a freesurfer standard brain surface. Specifically, I tried running 3dVol2Surf based on the instructions on https://openwetware.org/wiki/Beauchamp:SurfaceAveraging
This creates a single patient’s electrode dataset that I can load onto any standardized (std.141.*) surface, but I’m confused as to how to combine electrode native space coordinates/datasets from multiple patients.
Thank you for your help, and sorry if I’m missing something obvious.
Since they are standard surface meshes, they have node correspondence (one node (index) is supposed to mean approximately the same location across subjects, subject to the FreeSurfer registration). That means you can combine/compare across subjects right now.
But the orig space coordinates will indeed vary. If coordinates matter, they should come from some template space, such as TLRC or MNI. But note that you can use ANY related standard mesh surface for node correspondence, including either of those template spaces. So just pick a std.141 surface from the template of your choice, such as suma_MNI152_2009.tgz. That has similar node correspondence with all of your subjects, but suddenly the coordinates mean something useful.
Thank you for the quick response. So if I understand you correctly, in order to display all electrodes at once on a standard surface, all electrode coordinates should be warped to a standard space (MNI). From there, I can then run 3dVol2Surf on the collective MNI electrodes.
No, it is much easier. By using the std.141 surfaces, you already have node correspondence. Now just display the results on an MNI surface dataset, like the one that I linked to.
Looking at your link to Mike’s openwetware site, that is what he is doing in the section “Displaying the Average Functional Data”. He copies the MNI_N27 surfaces to the results directory, and uses those standard space (not just mesh) surfaces for display of the newly created surface data. You could do something similar.
I’m glad this is working for you, but just want to be sure… You mention:
“After performing 3dVol2Surf with each patient’s electrodes to the standard MNI surface”…
To be sure, you are probably running 3dVol2Surf to map to the std.141 surfaces in orig space, is that right? Only after that (and after any 3dcalc/3dMean -sum/3dttest++ commands) would you display the result on a std.141 MNI space surface.
The
National Institute of Mental Health (NIMH) is part of the National Institutes of
Health (NIH), a component of the U.S. Department of Health and Human
Services.