Hi,
Is there a way to calculate the surface area of ROIs drawn in SUMA? SurfMeasures seems like the appropriate program, but I’m not sure how to process the SUMA ROI into the input spec file.
Thanks in advance.
Hi,
Is there a way to calculate the surface area of ROIs drawn in SUMA? SurfMeasures seems like the appropriate program, but I’m not sure how to process the SUMA ROI into the input spec file.
Thanks in advance.
Given an ROI on the surface made in SUMA, you first convert that to dataset that covers the whole surface with ROI2dataset (changing the pad_to_node option for the number of nodes in your surface minus 1). Choose the surface to apply the region. Then you can use the info_area option as a summary over all the surface or sum them over the nodes yourself with 3dBrickStat.
– total area 0 = 815.8
– from cmask, nodes skipped = 196773
3dBrickStat -sum testsm.niml.dset’[1]’
815.805
Thanks for your quick response, Daniel.
I think I’m doing something wrong, because my dset file is a bunch of random characters (see screenshot attached) and 3dBrick Stat is giving me the following error:
(base) ashamehta-mbp:mri_ODP663 ashamehta$ 3dBrickStat -sum test.niml.dset’[1]’
** ERROR: selector index 1 is out of range 0…0
** ERROR: bad sub-brick selector [1]
** FATAL ERROR: Can’t open dataset ‘test.niml.dset[1]’
** Program compile date = Feb 26 2020
Here are the steps I took:
I converted the ROI to a dataset using:
ROI2dataset -prefix test -pad_to_node 139750 -input func_motor/stats_motor_ODP663_2020-02-27/test.niml.roi
I used the Surface Properties section of the Object Controller to find the number of nodes.
When using SurfMeasures to calculate area, I received the following error:
(base) ashamehta-mbp:mri_ODP663 ashamehta$ SurfMeasures -info_area -func n_area_A -spec struct/freesurfer_ODP663/SUMA/ODP663_both.spec -surf_A struct/freesurfer_ODP663/SUMA/lh.smoothwm.gii -cmask ‘-a test.niml.dset -expr step(a)’ -out test_surf_measure.niml.dset
** cmask and node list lengths differ (139751, 139750)
I then subtracted 1 from the number of nodes and tried:
ROI2dataset -prefix test -pad_to_node 139749 -input func_motor/stats_motor_ODP663_2020-02-27/test.niml.roi
– total area 0 = 15.4
– from cmask, nodes skipped = 139726
Do you spot the issue?
Thanks.
Hi - wanted to follow up here to check if there’s a solution for this. Thanks!
It seems to me the second one was producing a useful result (15.4) and used the correct syntax with the number of nodes-1.
Ok thank you! What is the best way to find the length of the node list of the spec file for SurfMeasures?
If you want to find the number of nodes in a surface, you can use :
SurfInfo -N_Node -spec my.spec -surf_A surfname
N_Node=198812
where “my.spec” would be the name of the spec file you are interested in, and surfname is the name of the surface (like pial, wm, smoothwm,…).
If you want to find the number of nodes listed in a niml.dset or functional gifti dataset file, you can use:
3dinfo -ni ~/schaefer_yeo/MNI_N27/my.niml.dset
198812
Thanks. And last question - why do I need to subtract 1 from the number of nodes when I convert the ROI to a dataset in order to match the number of nodes in the spec file for SurfMeasures?
In AFNI, most things are counted from zero, so the last item with n elements is n-1. The ROIs are stored in a sparse format that many AFNI programs can not read directly. To be able to use it, convert the data to one that matches all the nodes of the surface from node 0 to node n-1.
Got it, thanks so much for your help!
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.
Freedom of Information Act |
HHS Vulnerability Disclosure
National Institute of Mental
Health | National Institutes of Health | U.S.
Department of Health and Human Services |