Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rDCM example for empirical data #29

Open
pfdamasceno opened this issue Jun 5, 2019 · 5 comments
Open

rDCM example for empirical data #29

pfdamasceno opened this issue Jun 5, 2019 · 5 comments
Assignees

Comments

@pfdamasceno
Copy link

Hi, I was wondering if you guys could provide a pointer on how to run rDCM given an empirical fMRI.

This would be similar to thetapas_rdcm_tutorial.m tutorial but without the step of reading a pre-defined DCM file.

Do I first need to create a DCM struct? And, if so, is there a helper function that assists in this step?

Thanks.
Pablo

@StefanFraessle
Copy link

Hi Pablo,

My apologies for the terribly delayed response - your question must have somehow skipped my attention.

In case this is still relevant (and you haven't figured it out by yourself in the meantime anyway): Yes, your intuition is correct that estimating rDCM for empirical data is essentially the same as for synthetic data, as shown in the tapas_rdcm_tutorial.m function. Obviously, the synthetic data generation step would fall away - instead, you would directly load the DCM.mat that contains the model and the empirical data.

We do not provide a helper function to generate the DCM structures because rDCM is designed to read in the standard DCM structures from SPM. Hence, you can use SPM to create your DCMs and then feed it directly into the estimation routine of rDCM: tapas_rdcm_estimate.m

I hope this helps. Let me know if you have any other questions or problems.

Cheers
Stefan

@zenkavi
Copy link

zenkavi commented Feb 22, 2021

Reviving this old thread instead of opening a new issue:

Is there any documentation on the DCM_LargeScaleSmith_mode1.mat file used in tapas_rdcm_tutorial.m. Looking at the model I understand it's a 50 node network with 25 inputs but I can't trace where/how/why it was generated.

@BPaton
Copy link

BPaton commented Feb 22, 2021 via email

@StefanFraessle
Copy link

Hi Zeynep, hi Bryan,

Thanks for the question and for the quick help - great to see the TAPAS community helping each other out :)

Maybe just to add some further details (in the hope that this is helpful): As Bryan already pointed out, the network structure resembles the one introduced by Smith and colleagues in their NeuroImage paper from 2011. The idea of the model is to - very loosely and superficially - account for the small-world architecture of the human brain. That is, the model comprises clusters (or cliques) of strongly connected regions which are then linked via a few long-range connections. This yields a network that combines both high clustering and short path length, which is the defining property of a small-world network.

Based on the proposal by Smith and colleagues, we had used the model in one of our initial publications on rDCM (here). This is why the model is the exemplary network architecture used in tapas_rdcm_tutorial.m of the rDCM toolbox.

I hope this helps. If you have any further questions, please let me know.

All the best,
Stefan

@zenkavi
Copy link

zenkavi commented Feb 24, 2021

Thank you both for your prompt and informative responses!

@StefanFraessle StefanFraessle self-assigned this Sep 29, 2021
@ImreKertesz ImreKertesz transferred this issue from translationalneuromodeling/tapas Dec 5, 2024
@ImreKertesz ImreKertesz transferred this issue from another repository Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants