Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.21 KB

File metadata and controls

29 lines (22 loc) · 1.21 KB

statistic_image.multi_threshold — pruned multi-level threshold montage

← back to statistic_image methods · Object methods index

Apply a sequence of thresholds (default: p < .001, p < .01, p < .05) to a statistic_image, prune to clusters that survive the most stringent threshold and grow them out at progressively more lenient ones, and render the result as a layered montage with a registered fmridisplay handle. Lets you see "where the strong effects are" and "what they grow into at more permissive thresholds" in a single figure.

Quick example

imgs = load_image_set('emotionreg');
t = ttest(imgs);
[o2, sig, poscl, negcl] = multi_threshold(t);
% Make a table of the regions at the most stringent threshold:
r = table(poscl{1});

multi_threshold sample

See also