We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a07548 commit 3963d41Copy full SHA for 3963d41
ovrlpy/__init__.py
@@ -2,14 +2,14 @@
2
3
from ._ovrlp import (
4
Visualizer,
5
- compute_coherence_map,
6
detect_doublets,
7
- get_expression_vectors_at_rois,
8
- get_rois,
+ get_pseudocell_locations,
9
load_visualizer,
10
- plot_instance,
+ plot_region_of_interest,
11
plot_signal_integrity,
12
pre_process_coordinates,
+ run,
+ sample_expression_at_xy,
13
)
14
15
try:
@@ -21,13 +21,13 @@
21
22
23
__all__ = [
24
- "compute_coherence_map",
25
"detect_doublets",
26
- "get_expression_vectors_at_rois",
27
- "get_rois",
+ "sample_expression_at_xy",
+ "get_pseudocell_locations",
28
"load_visualizer",
29
- "plot_instance",
+ "plot_region_of_interest",
30
"plot_signal_integrity",
31
"pre_process_coordinates",
32
"Visualizer",
+ "run",
33
]
0 commit comments