nmf_models.plotting.correlation_embed

correlation_embed(nmf_model, clustered=False)[source]

view matrix correlation of intNMF embedding

Parameters:
  • nmf_model (intNMF) – intNMF model with embed to compare correlations for. (.fit() has been called)

  • clustered (bool) – heatmap or clustermap

Return type:

matplotlib ax if clustered False and seaborn clustergrid if clustered True