Skip to content

Commit a76f313

Browse files
Visualizer attributes documented.
1 parent 72cf683 commit a76f313

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

ovrlpy/_ovrlp.py

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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__(

0 commit comments

Comments
 (0)