Back to the main page.
Bug 2904 - Implement the threshold free cluster enhancement (TFCE)
Status | CLOSED DUPLICATE |
Reported | 2015-05-28 17:42:00 +0200 |
Modified | 2019-08-10 12:31:05 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P5 normal |
Assigned to: | Diego Lozano Soldevilla |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Diego Lozano Soldevilla - 2015-05-28 17:42:42 +0200
Cyril gave a nice presentation about TFCE in Aspet (implemented in LIMO). TFCE is a generalization of the cluster-mass statistic (see Smith et al 2009) and it's an elegant way to form clusters without setting thresholds (like the clusteralpha value used in the nonparametric cluster-based permutation test). TFCE value at a given location and time point is obtained by the integral of the cluster extent and height (see Pernet et al 2015) References Smith, S. M., & Nichols, T. E. (2009). Threshold-free cluster enhancement: Addressing problems of smoothing, threshold dependence and localisation in cluster inference. NeuroImage, 44(1), 83-98. Pernet, C. R., Latinus, M., Nichols, T. E., & Rousselet, G. A. (2015) Cluster-based computational methods for mass univariate analyses of event-related brain potentials/fields: A simulation study. Journal of Neuroscience Methods
Jan-Mathijs Schoffelen - 2015-05-28 20:47:36 +0200
Hi Diego, This is a duplicate bug of 2287, which I at some point closed again, because nobody seemed interested at the time. I have some code available that does the tfce as per Steve and Thomas' original paper. May be relatively straightforward to implement. Otherwise, we may tap into LIMO's implementation. *** This bug has been marked as a duplicate of bug 2287 ***
Diego Lozano Soldevilla - 2015-06-02 15:21:15 +0200
(In reply to Jan-Mathijs Schoffelen from comment #1) Thanks Jan-Mathijs! I'll start from scratch and make sure that LIMO and Steve-Thomas' original paper are the same. Feel free to send me the code in case you've it but no worries if not ;)