-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added test cases for helper functions (#8)
* added test cases for helper functions; making copy of lists inside functions likely to have side effects
- Loading branch information
1 parent
d55e6f6
commit ce1e72b
Showing
9 changed files
with
7,205 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
anndata>=0.7.6 | ||
scanpy>=1.7.2 | ||
POT==0.9.0 | ||
numpy | ||
scipy | ||
numpy~=1.24.4 | ||
scipy~=1.10.1 | ||
scikit-learn>=0.24.0 | ||
IPython>=7.18.1 | ||
pytest | ||
|
||
pytest~=8.3.2 | ||
seaborn~=0.13.2 | ||
matplotlib~=3.7.5 | ||
pandas~=2.0.3 | ||
statsmodels~=0.14.1 | ||
networkx~=3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
from .PASTE import pairwise_align, center_align, center_ot, center_NMF, my_fused_gromov_wasserstein, solve_gromov_linesearch | ||
from .helper import match_spots_using_spatial_heuristic, filter_for_common_genes, apply_trsf, intersect,extract_data_matrix, to_dense_array, kl_divergence_backend | ||
from .visualization import plot_slice, stack_slices_pairwise, stack_slices_center | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.