nmf_models.plotting.view_embed

view_embed(nmf_model, clustered=False)[source]

View the joint embeding matrix of an intNMF object.

Parameters:
  • nmf_model (intNMF) – joint NMF object. With joint embed to plot

  • clustered (boolean) – cluster cells and topics using seaborn clustermap

Returns:

axes for figure

Return type:

matplotlib axes