scSemiProfiler_dev.utils.visualize_recon

scSemiProfiler_dev.utils.visualize_recon(name, representative)[source]

Visualize the performance of reconstruction by plotting the original and reconstructed data in the same UMAP.

Parameters
  • name (str) – Project name

  • representative (typing.Union[int, str]) – Representative sample ID (string or int)

Example

>>> name = 'project name'
>>> visualize_recon(name, 6)
Return type

None