nilearn.reporting: Reporting Functions#

Reporting code for nilearn.

This module implements plotting functions useful to report analysis results.

Author: Martin Perez-Guevara, Elvis Dohmatob, 2017

Classes:

HTMLReport(head_tpl, body[, head_values])

A report written as HTML.

Functions:

get_clusters_table(stat_img, stat_threshold)

Create pandas dataframe with img cluster statistics.

make_glm_report(model, contrasts[, title, ...])

Return HTMLReport object for a report which shows all important aspects of a fitted GLM.