tomodrgn.commands.analyze_volumes.make_plots
-
make_plots(outdir: str, plot_format: Literal['png', 'svgz'], config_path: str, pc: ndarray, pca: PCA, voxel_trajectories: list[ndarray], num_pcs_to_sample: int, umap_emb: ndarray, umap_reducer: UMAP, kmeans_labels: ndarray | None = None, kmeans_centers_ind: ndarray | None = None) → None[source]