scSemiProfiler.utils.visualize_recon¶
-
scSemiProfiler.utils.visualize_recon(name, representative, save=None)[source]¶ Visualize the performance of reconstruction by plotting the original and reconstructed data in the same UMAP.
- Parameters
name (
str) – Project namerepresentative (
typing.Union[int,str]) – Representative sample ID (string or int)save – Path within the ‘figures’ folder to save the plot
- Return type
- Returns
None
Example
>>> name = 'project name' >>> visualize_recon(name, 6)