Open jlhanson5 opened 3 days ago
Hi Jamie, assuming that SURFvextract
has completed successfully, Temp
would be a list object where Temp[[1]]
is the subject list and Temp[[2]]
is the thickness data.
You should be able to proceed with smoothing and subsequent analyses with the thickness data within Temp[[2]]
. For instance:
thickness_smoothed = smooth_surf(Temp[[2]], 10)
If you don't want the subject list to be combined with the thickness data in a list object, you can optionally set include subj_ID = FALSE
, within SURFvextract()
, such that the output will be a matrix object containing only the thickness data
Hello all,
I got VertexWiseR kickstarted, but have been having trouble importing Freesurfer data using SURFvextract.
Here are the commands I ran:
Regardless of what I do with SURFvextract, I can't seem to move that step forward. I stored it as Temp, but also load the thickness.rds file and for both approaches, I get the following errors:
Here's my R sessionInfo
And I'm doing this in R, but got some similar errors in R Studio. Thoughts about troubleshooting this?
Any thoughts are much appreciated! Jamie.