tedana.reporting.static_figures.plot_heatmap

plot_heatmap(*, correlation_df: DataFrame, component_table: DataFrame, out_file: str)[source]

Plot a heatmap of correlations between external regressors and ICA components.

Parameters:
  • correlation_df ((E x C) pandas.DataFrame) – A DataFrame where rows are external regressor names, columns are component names, and values are the Pearson correlation coefficients.

  • component_table (pandas.DataFrame) – Component table.

  • out_file (str) – The output file name.