整理一下遇到的基础问题

问题1:batch建立的contrast manager 和 results建的contrast是一样的么?

是的,一样的
建立contrast的两种方法,一种点点点,一种通过batch。

1 通常的点点点:点击results,选择估计好的SPM.mat,出现下图,这种也是contrast manager(小窗标题),好处在于分析时,条件设置直观。

2 Batch editor:点击fmri menu - Batch - SPM - Stats - Contrast manager

batch的好处是可以保存成脚本,被试多的情况可以通过代码跑1st level。

但是输入Weights matrix时需要注意输入,可以在第一种点点点里验证一下输入的matrix是否是自己需要的。比如第一种方法里的F contrast在batch里需要输入的是:
[1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 1]
而result小窗输入的是:
1
0 0 0 0 0 0 0 1
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1

问题2:虽然两种方法都生成smpF_001.nii,但是batch方法不生成2ed level需要的con_文件,生成的是ess_,二者性质相同么?

解:

he various images created by SPM can be summarized as follows (thanks to Tom Johnstone!):

  1. beta_***.img: these are created during the estimation stage - i.e. the fitting of the model. There is one beta image per column of the design matrix. These are the parameter estimates of course, with the first ones corresponding to the variables of interest, the last one corresponding to the constant in the model.

  2. con_***.img: these are created when calculating t-contrasts and correspond to weighted sums of the beta weights. The numbering of the contrast images corresponds to the number of the contrast created in the contrast manager

  3. SPM{t} is computed by dividing the contrast image (con_***.img) by its standard error (a multiple of the square root of ResMS.img). The SPM{t} is saved as spmT_***.img.

  4. ess_***.img: these are images of the extra sum of squares for the corresponding F-contrasts, corresponding to the con_*** images from a t-test.
    参考链接:http://brainimaging.waisman.wisc.edu/~oakes/spm/spm_random_effects.html

batch 程序

results 窗口

也就是为什么生成的是ess,是因为F contrast,contrast manager 和 results点点点生成内容是一致的。如果contrast为t-test,则生成con***.nii 文件。【= = 】

fmri|SPM contrast manager相关推荐

  1. fmri学习笔记|SPM 代码 循环

    目录 SPM 用代码跑操作(上) 第一步生成脚本 第二步 看一下生成的脚本结构 temp_smooth_job temp_smooth SPM 用代码跑操作(下) 下面记录怎么修改输入input和fo ...

  2. SPM处理fMRI数据的基本步骤

    fMRI数据预处理基本流程: 预处理一般包含:时间配准,头动校正,空间配准(功能像与T1结构像配准,再将结构像配准到标准空间),平滑. 信号收集(slice order)有两种方式:顺序(sequen ...

  3. fMRI学习笔记:预处理及数据分析(使用spm12)

    建议参考: SPM12 核磁数据预处理 傻瓜攻略_Iris_bysshqx17的博客-CSDN博客_spm12 一.预处理 preprocessing 处理逻辑:创建文件夹 -> 数据格式转换 ...

  4. [spm操作] 什么是ROI,如何做ROI以及批量提取ROI的%signal change的示例程序

    本帖作为 <用Matlab和SPM批量处理被试的经验总结> 的一部分 目录贴请见 http://home.52brain.com/forum.ph ... =1&extra=#pi ...

  5. SPM12入门案例1

    SPM12入门案例1 Auditory fMRI data 准备工作 (1)数据下载 使用样例Auditory fMRI dataset,数据来源于官网下载未处理的数据Raw functional a ...

  6. 手把手教你使用NIRS_KIT

    大家好,这里是"茗创科技".上一篇给大家分享了fNIRS近期研究的文献.今天就来手把手教你使用NIRS_KIT. 主流fNIRS数据分析工具箱有:Homer2,NIRS-SPM,F ...

  7. 有关 ovirt 的分析

    1.ovirt介绍 Ovirt(openVirtualization)是一个基于KVM的开源IaaS项目,是redhat虚拟化管理平台RHEV的开源版本,其前身是Redhat的虚拟化商业产品.在架构设 ...

  8. matlab医学,matlab在医学中的应用

    matlab在医学中的应用 1) 介绍机能核磁共振成像技术( fMRI: functional Magnetic Resonance Imaging)2 ) 介绍 MATLAB上开发的 fMRI分析软 ...

  9. combin14_使用SwiftUI,Combin和Swift Package Manager(SPM)构建复杂的模块化架构

    combin14 We should imagine a modular architecture like a modular building. We need to put pre-design ...

最新文章

  1. 使用TinySpider实战抓取自己博客中的内容
  2. git在提交的时候报错:Your branch is up to date with ‘origin/master‘
  3. 【Flutter】Dart 数据类型 字符串类型 ( 字符串定义 | 字符串拼接 | 字符串 API 调用 )
  4. 欧拉降幂及其扩展欧拉降幂
  5. ML之Hash_HamMingDistance:基于输入图片哈希化(均值哈希+差值哈希)即8*8个元素的单向vector利用汉明距离算法进行判别
  6. 死锁问题案例分析解决
  7. RAID 0、1、5、1+0总结
  8. MySQL 导出命令
  9. mac 下 ssh被拒绝
  10. NHibernate与EF(Entity Framework)的区别
  11. 请假打游戏!《艾尔登法环》发售当天褒贬不一 宫崎英高跌落神坛了?
  12. mysql int 11 最大多少_mysql - mysql中int(11)的列大小是多少? - 堆栈内存溢出
  13. Tomcat乱码情况完美解决
  14. 三级等保测评,如何通过验收
  15. 紫光输入法linux,紫光拼音输入法
  16. vue cli 构架vux移动端模板
  17. RK3288-人脸识别主板方案
  18. oracle计算一个日期加上指定工作日(排除周六周日和一系列节假日)时间
  19. OSCHINA开源中国
  20. 【C语言】assert() 断言的作用

热门文章

  1. django教程day06
  2. numpy数组array的shape属性-1维、2维···
  3. 一、项目概述和项目基本结构
  4. python解决百钱百鸡问题
  5. 百钱百鸡(详解版)——多重循环
  6. Android Telephony分析(一) ---- Phone详解
  7. Python 机器学习/深度学习/算法专栏 - 导读目录
  8. linux脱离终端运行程序
  9. 接上篇,记录一下【Unity 3D对博途PLCSIM的通讯】文章有点长~仔细看,很基础
  10. 时间序列分析简介(一)