JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for SPM Archives


SPM Archives

SPM Archives


SPM@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

SPM Home

SPM Home

SPM  December 2018

SPM December 2018

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Fw: [SPM] DCM analysis with only time series

From:

"Flandin, Guillaume" <[log in to unmask]>

Reply-To:

Flandin, Guillaume

Date:

Mon, 3 Dec 2018 18:02:29 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (1 lines)

Dear Zhi,



You can create an SPM.mat file without data from the batch interface:

  SPM > Stats > fMRI model specification (design only)



For the VOI file (the xY variable), have a look at spm_regions.m: you

will have to inform the model of how your time series were obtained (in

particular, adjustment for confounds and temporal filtering). As Amir

mentioned, DCM expects the time series to be whitened.



Best regards,

Guillaume.





On 03/12/2018 15:48, Zhi Li wrote:

> Dear Amir,

> 

> I know how to create the SPM.mat and VOI.mat files by myself now. Thank

> you very much for your kind suggestions. One more question is how could

> I calculate the X0 matrix? Because I cannot use the 'Volume of Interest'

> module in SPM.

> 

> Best wishes,

> 

> Zhi

> 

>  

> 

> 

> On Mon, 3 Dec 2018 at 08:21, Amirhossein Jafarian

> <[log in to unmask]

> <mailto:[log in to unmask]>> wrote:

> 

> 

>     Dear Zhi, 

> 

>     A structure called SPM, saved in a file called SPM.mat, with the fields:

>      

>     SPM.xY.RT – The repetition time (secs)

>     SPM.Sess(1).U(c).dt – Sampling interval of the experimental design

>     (typically 1/16  * TR)

>     SPM.Sess(1).U(c).u – Vector with one row per time bin

>     SPM.Sess(1).U(c).name{1} – Name of the experimental condition

>      

>     Where c=1…C experimental conditions. You’ll also need one file per

>     timeseries containing two things: a vector Y (the timeseries) and

>     structure array xY with fields:

>      

>     xY(i).u – the timeseries (same as Y, above)

>     xY(i).name –the name of the region (a string)

>     xY(i).X0 – a matrix of uninteresting effects to be regressed out of

>     the timeseries. One row per MRI volume and one column per effect.

>     xY(i).sess – the run or session of this timeseries (e.g. set this to

>     1 if there’s only one run)

>      

>     Where i is the region number. Note that DCM assumes that the

>     timeseries have been pre-whitened. Armed with the SPM and xY files,

>     you can use the GUI to specify the DCM or use spm_dcm_specify.m in

>     the latest release of SPM.

> 

>     You can also look into the spm website and go

>     to... spm/data/attention/ which gives a demo for how one can

>     implement DCM for fMIR with step by step guide in the manual

>     (chapter 35). 

> 

> 

>     I hope this would help. 

> 

>     Best regards, 

> 

>     Amir. 

> 

> 

>     On Friday, 30 November 2018, 15:04, Zhi Li <[log in to unmask]

>     <mailto:[log in to unmask]>> wrote:

> 

> 

>     Dear Amir,

> 

>     Thank you very much. May I ask that if the X.beta you mentioned is

>     the X0 matrix in the xY structure in the VOI.mat extracted with

>     SPM12? And the value in each column of X0 represents the mean beta

>     value of the stimulus-specified beta.nii file? Because the time

>     series we got were from the surface-based fMRI data which should be

>     incompatible to the SPM required data format (the first-level

>     analysis was executed with FreeSurfer). However, if the X.beta you

>     mentioned is the average beta value of this ROI, I could extract it

>     from the surface-based fMRI data. I think I could get the time

>     series, u matrix and beta series. What's the next step should I

>     take? How could I feed the DCM modules in the SPM with these

>     informations without editing the codes of the dcm functions? Do you

>     have any examples or demo scripts? Looking forward to your kind reply.

> 

>     Thanks and best wishes,

> 

>     Zhi

> 

>     On Fri, 30 Nov 2018 at 04:34, Amirhossein Jafarian

>     <[log in to unmask]

>     <mailto:[log in to unmask]>> wrote:

> 

>         Dear Zhi, 

> 

>         If you extract ROIs using SPM12 and also having your u matrices

>         you do not need SPM.mat as the X.beta can be calculated using

>         information in ROIs. In other words you need 3 sorts of

>         information for your DCM from SPM.mat : 1-ROIs, 2-inputs, 3-X.beta. 

> 

>         I hope this would help. 

> 

>         Regards, 

>         Amir

> 

> 

>         On Thursday, 29 November 2018, 15:40, Zhi Li

>         <[log in to unmask] <mailto:[log in to unmask]>> wrote:

> 

> 

>         Dear Amir,

> 

>         Thank you very much for your kind reply. According to my

>         understanding it should work after feeding it with the BOLD

>         function /y/, the input matrix /u/ and the connectivity matrix A

>         B C D, right? I am not clear if all the parameters in the

>         SPM.mat file are necessary to the DCM analysis. Could I create a

>         SPM.mat file specific to the DCM that this .mat file will has no

>         inputted images and won't been estimated, I mean just a design

>         of experiment?

> 

>         Thanks and best wishes,

> 

>         Zhi

> 

>         On Thu, 29 Nov 2018 at 03:07, Amirhossein Jafarian

>         <[log in to unmask]

>         <mailto:[log in to unmask]>> wrote:

> 

>             Dear Zhi, 

> 

>             Yes you need to have SPM.mat because it includes inputs that

>             one would need for DCM! Additional to that please note that

>             the observation BOLD function, y, requires having (linear)

>             mixture of confounds (e.g., drift) X(beta) for which you

>             need to create the SPM.mat file. You can find a summery of

>             these in page 315 of SPM12 manual. 

> 

>             I hope this would help. 

> 

>             Best regards, 

> 

>             Amir

> 

> 

>             ____

> 

> 

>             On Wednesday, 28 November 2018, 19:16, Zhi Li

>             <[log in to unmask] <mailto:[log in to unmask]>> wrote:

> 

> 

>             Dear SPM experts,

> 

>             May I ask how to use the DCM modules in SPM if I have only

>             the time series of ROIs? Should I constructed a SPM.mat

>             file? Any suggestion would be appreciated.

> 

>             Thanks and best wishes,

> 

>             Zhi

> 

> 

> 

> 

> 

> 



-- 

Guillaume Flandin, PhD

Wellcome Centre for Human Neuroimaging

UCL Queen Square Institute of Neurology

London WC1N 3BG

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager