We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is for internal use only; if you'd like to open an issue or request a new feature, please open a bug or enhancement issue
Spatial enrichment has been issue prone and difficult to use. For now it would be ideal to remove it.
We can remove _bootstrapping.pyx. And the functions used by it downstream.
Here is a visual representation:
--- title: Bootstrapping --- flowchart TB subgraph src/ark [src/ark] subgraph _bootstrapping.pyx [_bootstrapping.pyx] compute_close_num_rand end subgraph spatial_analysis_utils.py [spatial_analysis_utils.py] compute_close_cell_num_random end subgraph spatial_enrichment.py [spatial_enrichment.py] calculate_channel_spatial_enrichment --> generate_channel_spatial_enrichment_stats calculate_cluster_spatial_enrichment --> generate_cluster_spatial_enrichment_stats end end subgraph Tests [Tests] subgraph spatial_enrichment_test.py [spatial_enrichment_test.py] test_calculate_channel_spatial_enrichment test_calculate_cluster_spatial_enrichment test_generate_channel_spatial_enrichment_stats test_generate_cluster_spatial_enrichment_stats end subgraph spatial_analysis_utils_test.py [spatial_analysis_utils_test.py] test_compute_close_cell_num_random end end %% code dependency links _bootstrapping.pyx --> spatial_analysis_utils.py spatial_analysis_utils.py --> spatial_enrichment.py %% test dependency links compute_close_cell_num_random --> test_compute_close_cell_num_random calculate_channel_spatial_enrichment --> test_calculate_channel_spatial_enrichment calculate_cluster_spatial_enrichment --> test_calculate_cluster_spatial_enrichment generate_channel_spatial_enrichment_stats --> test_generate_channel_spatial_enrichment_stats generate_cluster_spatial_enrichment_stats --> test_generate_cluster_spatial_enrichment_stats %% hrefs click compute_close_num_rand href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/src/ark/utils/_bootstrapping.pyx#L248" click compute_close_cell_num_random href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/src/ark/analysis/spatial_analysis_utils.py#L287" click calculate_channel_spatial_enrichment href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/src/ark/analysis/spatial_enrichment.py#L102" click calculate_cluster_spatial_enrichment href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/src/ark/analysis/spatial_enrichment.py#L325" click generate_channel_spatial_enrichment_stats href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/src/ark/analysis/spatial_enrichment.py#L13" click generate_cluster_spatial_enrichment_stats href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/src/ark/analysis/spatial_enrichment.py#L243" click test_compute_close_cell_num_random href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/tests/analysis/spatial_analysis_utils_test.py#L201" click test_calculate_channel_spatial_enrichment href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/tests/analysis/spatial_enrichment_test.py#L111" click test_calculate_cluster_spatial_enrichment href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/tests/analysis/spatial_enrichment_test.py#L247" click test_generate_channel_spatial_enrichment_stats href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/tests/analysis/spatial_enrichment_test.py#L37" click test_generate_cluster_spatial_enrichment_stats href "https://github.com/angelolab/ark-analysis/blob/301e344f0ffbedafaad282c52c801e7713272f85/tests/analysis/spatial_enrichment_test.py#L76"
In addition this will allow the following:
setup.py
The text was updated successfully, but these errors were encountered:
srivarra
Successfully merging a pull request may close this issue.
This is for internal use only; if you'd like to open an issue or request a new feature, please open a bug or enhancement issue
Spatial enrichment has been issue prone and difficult to use. For now it would be ideal to remove it.
We can remove _bootstrapping.pyx. And the functions used by it downstream.
Here is a visual representation:
In addition this will allow the following:
setup.py
fileThe text was updated successfully, but these errors were encountered: