Skip to content

Is there a way to plot the output of mv_statistics using mv_plot_topography?  #44

Description

@glicalzi

Hello Matthias,

I've run a searchlight across channels and performed cluster-based permutation tests. When I use mv_plot_result, I get the following:

statistics_searchlight_animacy

Instead, I would like something like the following but with non-significant electrodes masked out (or significant electrodes highlighted with stars like in FieldTrip)

Searchlight_MVPA_animacy

This is the code I'm using:
stat_searchlight_animacy = mv_statistics(cfg_stat,result_searchlight_animacy);
average_searchlight_animacy = mv_combine_results(result_searchlight_animacy, 'average');
mv_plot_result(average_searchlight_animacy,'mask',stat_searchlight_animacy.mask),title('Animacy')
% mv_plot_topography(cfg_plot, [?], layout.pos);

Is there a way to plot the output of mv_statistics using mv_plot_topography?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions