Jay Hegdé | 4 Sep 03:48
Picon

Generating statistical maps with FDR correction

Hi Matthew,
    I've been using a modification of your batch script run_tutorial.m 
in order to define ROIs by combining my statistical maps with Marsbar's 
structural ROIs (using an '&' operation).  So far it's been working 
without a hitch.  Thank you for making this script publically available; 
I find it exceedingly useful.

    As you know, your script generates statistical maps with 
*uncorrected* p values.  Could you please tell me how to generate the 
statistical maps with FDR correction (say an FDR of 0.05)?  I tried to 
do this by using spm_P_FDR.m, but it seems so complicated. I haven't 
been able to get it to work so far.  So I figured maybe you know of a 
simpler way of correcting for FDR.

    Thank you very much and best regards,
    Jay Hegdé
    U Minnesota
    Minneapolis, MN, USA
    hegde <at> umn.edu

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

error while extracting raw timeseries

Hi Matthew,
 
I am trying to extract raw timeseries in an ROI without using a design matrix. However I get the following error using the code snippet from the FAQ as well as using the GUI, any thoughts what is going wrong here?
 
Thanks,
Mayuresh
 
 

Mapping files                           :                        ...done
Fetching data                           :                         1/1  

??? One or more output arguments not assigned during call to 'C:\marsbar\marsbar-0.38.2\ <at> maroi\getdata.m (getdata)'.

Error in ==> maroi.get_marsy at 76
  [y vals vXYZ mat]  = getdata(o, VY);

Error in ==> marsbar at 957
marsY = get_marsy(o{:}, VY, sumfunc, 'v');

Error in ==> spm at 1276
evalin('base',CBs{v-1})

??? Error while evaluating uicontrol Callback.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Marsbar-users mailing list
Marsbar-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users
Jiansong Xu | 7 Sep 02:58
Favicon

functions called by build and transform buttons

Dear Friends:

I'm trying to create VOIs using the buttons of "build" and "transform" for
individual subjects.  I'm wondering if any one can tell me the corresponding
functions are called by these buttons.

Best Regards

Jiansong 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
chunhong | 7 Sep 04:42
Picon
Favicon

binary mask

Dear friends,

I have a image file which I got from a conjunction analysis. I want to use this
image combined with whatever I'm interested in AAL then to define a spheric ROI.
First I want to make a binary mask for this conjunction image. I use Marbar-
build-image(selecting the conjunction image)
--keep binary--yes
--apply function? Here I don't know I should select yes or no. I have
thresholded the conjunction image as p<0.005. If selecting "no", does it mean
the binary is either or p>0.005? If selecting "yes", what function should I
apply then still keep p<0.005? Could anybody help me out? Thanks!

Best,

Chunhong

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
clairel | 7 Sep 11:34
Picon
Favicon

PET data-covariate and scaling from SPM design


Dear marsbar user,

I m a very new marsbar user but convince that marsbar would give me large
opportunity to progress in my work. I am working on parametric PET data in
differents groups of analysis that represents in each voxel the absolute
values of transporter availability. There is an important known effect of
age on the PET signal in some brain regions that I had controlled in SPM
analysis with age as covariate in SPM5. I would like to extract signal in
cluster with marsbar that already removed the efffect of age on the signal
in order to search for other correlations that could potentialy be
influenzed by age. My question is : When I extract data from my cluster of
interest with full options. Must I select spm design and scaling from spm
design (and not raw data) in order to obtained no realistic values of
transporter but rescaled values corrected for the influence of age in the
signal ? 
Sorry for my very naive question and Hope somebody could help me. 

Best regards,
Claire

--

-- 
View this message in context: http://www.nabble.com/PET-data-covariate-and-scaling-from-SPM-design-tf4400170.html#a12551513
Sent from the MarsBaR mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Matthew Brett | 7 Sep 11:47
Picon
Gravatar

Re: binary mask

Hi,

> I have a image file which I got from a conjunction analysis. I want to use this
> image combined with whatever I'm interested in AAL then to define a spheric ROI.
> First I want to make a binary mask for this conjunction image. I use Marbar-
> build-image(selecting the conjunction image)
> --keep binary--yes
> --apply function? Here I don't know I should select yes or no. I have
> thresholded the conjunction image as p<0.005. If selecting "no", does it mean
> the binary is either or p>0.005? If selecting "yes", what function should I
> apply then still keep p<0.005? Could anybody help me out? Thanks!

Try the function:

i1 ~= 0

if you just want all non-zero voxels to be within the ROI...

Best,

Matthew

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Matthew Brett | 7 Sep 11:55
Picon
Gravatar

Re: functions called by build and transform buttons

Hi,

> I'm trying to create VOIs using the buttons of "build" and "transform" for
> individual subjects.  I'm wondering if any one can tell me the corresponding
> functions are called by these buttons.

Have a look at marsbar.m.  If you search for 'build', you'll find
around line 475, that the build function calls mars_build_rois.  The
transform function calls one of:

marsbar('combinerois') (marsbar.m line 588)
marsbar('fliplr') (marsbar.m line 630),

Best,

Matthew

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
jayhegde | 18 Sep 16:57
Picon

Creating ROIs using getdata() vs '&'


Hi,
     I like using both getdata () and the & operation for creating ROIs,
depending on the output I want.  But I'm having trouble understanding how
they work -- specifically, why they produce different ROIs in the following
case:

     I have a binarized ROI ('myroi') of type maroi_matrix.  I have a T
contrast image 'spmT_0001.img'.
I read in the contrast image and convert it to an maroi_matrix object,
'act_roi'.  The 'spmT_0001.img' and 'act_roi are otherwise identical;
neither is binarized.

        newroi1 = myroi & act_roi;
        newroi2 = getdata(myroi, spmT_0001.img);

     I expect newroi1 and newroi2 to be identical, but they're not.  Why is
this?
     Thank you very much,
     Jay
--

-- 
View this message in context: http://www.nabble.com/Creating-ROIs-using-getdata%28%29-vs-%27-%27-tf4474883.html#a12758770
Sent from the MarsBaR mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
jayhegde | 18 Sep 17:25
Picon

Re: Creating ROIs using getdata() vs '&'


Just so there is no misunderstanding about how I created an ROI using
getdata(), I wish to add that to create rois using getdata(), I used the
vXYZ output of getdata() and converted into real coordinates.
Thanks,
Jay

jayhegde wrote:
> 
> Hi,
>      I like using both getdata () and the & operation for creating ROIs,
> depending on the output I want.  But I'm having trouble understanding how
> they work -- specifically, why they produce different ROIs in the
> following case:
>      
>      I have a binarized ROI ('myroi') of type maroi_matrix.  I have a T
> contrast image 'spmT_0001.img'.
> I read in the contrast image and convert it to an maroi_matrix object,
> 'act_roi'.  The 'spmT_0001.img' and 'act_roi are otherwise identical;
> neither is binarized.
> 
>         newroi1 = myroi & act_roi;
>         newroi2 = getdata(myroi, spmT_0001.img);
> 
>      I expect newroi1 and newroi2 to be identical, but they're not.  Why
> is this?
>      Thank you very much,
>      Jay
> 

--

-- 
View this message in context: http://www.nabble.com/Creating-ROIs-using-getdata%28%29-vs-%27-%27-tf4474883.html#a12759426
Sent from the MarsBaR mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Paterson, Carolyn | 24 Sep 17:34
Picon

SPM5 and MarsBaR 0.41, problems with drawing ROI

Hi I am trying to run MarsBar version 0.41 on my mac,  I have SPM5 and matlab 7.4.
 
When I try to do ROI analysis I have all the normal MarsBaR options except to "DRAW ROI" by hand, which is actually the one i really need!
 
Has anyone else had this problem and know how to solve it?
 
Should I try using SPM2 and a previous version of MarsBaR?
 
I am very new to using this so all help is appreciated.
 
Carolyn
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Marsbar-users mailing list
Marsbar-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/marsbar-users

Gmane