You would want to use all of the resting state fMRI data, not just a single run. What kind of analysis are you wanting to do?
Matt.
--
You received this message because you are subscribed to the Google Groups "HCP-Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
hcp-users+...@humanconnectome.org.
To view this discussion on the web visit
https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/ba2c8195-0fc3-4f2f-a721-e7b66db84c5bn%40humanconnectome.org.
The materials in this message are private and may contain Protected Healthcare Information or other information of a sensitive nature. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please immediately notify the sender via telephone or return mail.
To use all the data, you can follow #3 here to demean and variance normalize the data (not quite as good as what we do now, but simpler for now too): https://wiki.humanconnectome.org/display/PublicData/HCP+Users+FAQ
You can use wb_command -cifti-parcellate and wb_command -cifti-correlation to make a functional connectome with this multi-modal parcellation: https://balsa.wustl.edu/file/87B9N
What do you mean by a group analysis?
Matt.
Use wb_command -cifti-average across the individual connectomes to make the group connectome.
Matt.
From: Harsh Pandey <harshpand...@gmail.com>
Date: Monday, January 29, 2024 at 9:47 PM
To: HCP-Users <hcp-...@humanconnectome.org>
Cc: "Glasser, Matt" <glas...@wustl.edu>, Harsh Pandey <harshpand...@gmail.com>
Subject: Re: [hcp-users] Assistance Needed in Analyzing Resting-State fMRI CIFTI Format
By group level analysis,I want to get the final step file as shown in the image attached i.e. group parcellated connectome. Also, why there is one additional step mentioned, like making group dense connectome? Why we did not just merge
the all rfMRI runs after doing demeaning and variance normalization across all subjects and then just using the step you mentioned earlier i.e. using wb_command -cifti-parcellate and wb_command -cifti-correlation to make a functional connectome with this
multi-modal parcellation: https://balsa.wustl.edu/file/87B9N
To view this discussion on the web visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/05061f95-3144-4064-bbe5-4ae09bac6e3en%40humanconnectome.org.
I have the same question and I think there is at least one other HCP User who asked this recently. Hopefully, Anderson can tell us how to use PALM with .pconn files.
Matt.
From: Harsh Pandey <harshpand...@gmail.com>
Date: Friday, February 9, 2024 at 12:21 AM
To: HCP-Users <hcp-...@humanconnectome.org>
Cc: "tim.c...@gmail.com" <tim.c...@gmail.com>, "Glasser, Matt" <glas...@wustl.edu>, Harsh Pandey <harshpand...@gmail.com>
Subject: Re: [hcp-users] Assistance Needed in Analyzing Resting-State fMRI CIFTI Format
Dear HCP Team,
Thank you very much for your prompt response.
I require further assistance with my analysis, specifically:-
How can I use the generated ptseries.nii /pconn.nii to check for correlation with depression scores after controlling for age and gender? In the HCP course, COPEs were used as input arguments for tsfMRI data in the following steps. Could you help me with
what input arguments need to be inserted to check the correlation with the anxiety scores (design matrix)? I have lifted and pasted the block of code from the HCP course, 2018 for your reference.
args="${args} -cifti
${PRACTICALS}/day4/tfMRI/DATA/${subj}/MNINonLinear/Results/tfMRI_WM/tfMRI_W
M_hp200_s2_level2_Glasser.feat/ParcellatedStats/cope11.feat/cope1.ptseries.
nii -column 1"
done
# Run the wb_command to merge all into a single file:
wb_command -cifti-merge Y.ptseries.nii ${args}
palm -i Y.ptseries.nii -transposedata -d M_ListSort_AgeAdj.mat -t C.con -eb EB.csv -o results_ListSort_AgeAdj -n 5000 -corrcon -logp
Best regards,
Harsh
On Tuesday 30 January, 2024 at 10:36:43 am UTC+5:30 tim.c...@gmail.com wrote:
Merging the timeseries of all subjects before parcellating would make an extremely large file, we use things like MIGP to avoid this when we want dense group connectivity. By parcellating first, concatenating becomes easier, but it also averages out a lot of the noise that the group concatenation method would be useful for, so you can get away with parcellation, correlation per-subject, and then doing averaging last.
Tim
On Mon, Jan 29, 2024 at 9:47 PM Harsh Pandey <harshpand...@gmail.com> wrote:
By group level analysis,I want to get the final step file as shown in the image attached i.e. group parcellated connectome. Also, why there is one additional step mentioned, like making group dense connectome? Why we did not just merge the all rfMRI runs after doing demeaning and variance normalization across all subjects and then just using the step you mentioned earlier i.e. using wb_command -cifti-parcellate and wb_command -cifti-correlation to make a functional connectome with this multi-modal parcellation: https://balsa.wustl.edu/file/87B9N
You received this message because you are subscribed to a topic in the Google Groups "HCP-Users" group.
To unsubscribe from this topic, visit https://groups.google.com/a/humanconnectome.org/d/topic/hcp-users/LxYAuPP0li4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hcp-users+...@humanconnectome.org.
To view this discussion visit https://groups.google.com/a/humanconnectome.org/d/msgid/hcp-users/448e2043-fcc6-4883-a1c0-d66db5c2c296n%40humanconnectome.org.