File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -522,9 +522,21 @@ class Visualizer:
522522 n_components_pca : float
523523 Number of components for PCA.
524524 umap_kwargs : dict
525- Keyword arguments for 2D UMAP embedding.
525+ Keyword arguments for 2D UMAP embedding object .
526526 cumap_kwargs : dict
527-
527+ Keyword arguments for 3D UMAP RGB embedding object.
528+ genes : list
529+ A list of genes to utilize in the model.
530+ embedding : np.ndarray
531+ The 2d embedding of localmax gene expression regions-of-interest.
532+ colors : np.ndarray
533+ The RGB embedding.
534+ colors_min_max : list
535+ The minimum and maximum values of the RGB embedding, necessary for normalization of the transform method.
536+ coherence_map : np.ndarray
537+ The coherence map of the tissue.
538+ signal_map : np.ndarray
539+ A pixel map of overall signal strength in the tissue, used to mask out low-signal regions that are difficult to interpret.
528540 """
529541
530542 def __init__ (
You can’t perform that action at this time.
0 commit comments