Skip to content

Commit 3963d41

Browse files
Function and variable names harmonized changed to more comprehensive; ROIs->pseudocells, coherence->integrity
1 parent 2a07548 commit 3963d41

File tree

2 files changed

+100
-90
lines changed

2 files changed

+100
-90
lines changed

ovrlpy/__init__.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
from ._ovrlp import (
44
Visualizer,
5-
compute_coherence_map,
65
detect_doublets,
7-
get_expression_vectors_at_rois,
8-
get_rois,
6+
get_pseudocell_locations,
97
load_visualizer,
10-
plot_instance,
8+
plot_region_of_interest,
119
plot_signal_integrity,
1210
pre_process_coordinates,
11+
run,
12+
sample_expression_at_xy,
1313
)
1414

1515
try:
@@ -21,13 +21,13 @@
2121

2222

2323
__all__ = [
24-
"compute_coherence_map",
2524
"detect_doublets",
26-
"get_expression_vectors_at_rois",
27-
"get_rois",
25+
"sample_expression_at_xy",
26+
"get_pseudocell_locations",
2827
"load_visualizer",
29-
"plot_instance",
28+
"plot_region_of_interest",
3029
"plot_signal_integrity",
3130
"pre_process_coordinates",
3231
"Visualizer",
32+
"run",
3333
]

0 commit comments

Comments
 (0)