gsMap3D 0.1.0a1__tar.gz → 0.1.0a2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/PKG-INFO +5 -3
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/pyproject.toml +7 -3
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/.gitignore +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/LICENSE +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/README.md +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/__main__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/cauchy_combination_test.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/cli.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/base.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/cauchy_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/dataclasses.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/decorators.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/find_latent_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/format_sumstats_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/latent2gene_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/ldscore_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/quick_mode_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/report_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/spatial_ldsc_config.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/config/utils.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/find_latent_representation.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/distribution.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/encoder_decoder.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/gcn.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/gene_former.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/loss.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/st_model.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/gnn/train_step.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/find_latent/st_process.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/format_sumstats.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/generate_ldscore.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/connectivity.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/entry_point.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/marker_scores.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/memmap_io.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/rank_calculator.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/row_ordering.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/latent2gene/row_ordering_jax.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/batch_construction.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/compute.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/constants.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/io.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/mapping.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/ldscore/pipeline.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/pipeline/quick_mode.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/diagnosis.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/report.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/report_data.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/static/js_lib/alpine.min.js +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/static/js_lib/tailwindcss.js +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/static/template.html +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/three_d_combine.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/three_d_plot/three_d_plot_decorate.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/three_d_plot/three_d_plot_prepare.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/three_d_plot/three_d_plots.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/report/visualize.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/setup.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/spatial_ldsc/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/spatial_ldsc/io.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/spatial_ldsc/ldscore_quick_mode.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/spatial_ldsc/spatial_ldsc_jax.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/spatial_ldsc/spatial_ldsc_multiple_sumstats.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/utils/__init__.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/utils/generate_r2_matrix.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/utils/jackknife.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/utils/manhattan_plot.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/utils/regression_read.py +0 -0
- {gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/utils/torch_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gsMap3D
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a2
|
|
4
4
|
Summary: Genetically informed spatial mapping of cells for complex traits
|
|
5
5
|
Project-URL: Home, https://github.com/Ganten-Hornby/gsMap3D
|
|
6
6
|
Project-URL: Documentation, https://yanglab.westlake.edu.cn/gsmap3d/docs
|
|
@@ -40,7 +40,7 @@ Requires-Dist: bitarray<3.0.0,>=2.9.2
|
|
|
40
40
|
Requires-Dist: distinctipy>=1.3.4
|
|
41
41
|
Requires-Dist: einops
|
|
42
42
|
Requires-Dist: h5py>=3.0.0
|
|
43
|
-
Requires-Dist: jax
|
|
43
|
+
Requires-Dist: jax<1.0.0,>=0.7.2
|
|
44
44
|
Requires-Dist: jinja2
|
|
45
45
|
Requires-Dist: kaleido
|
|
46
46
|
Requires-Dist: matplotlib
|
|
@@ -66,7 +66,7 @@ Requires-Dist: tqdm
|
|
|
66
66
|
Requires-Dist: typer~=0.20.0
|
|
67
67
|
Requires-Dist: zarr>=2.18.0
|
|
68
68
|
Provides-Extra: cuda
|
|
69
|
-
Requires-Dist: jax[
|
|
69
|
+
Requires-Dist: jax[cuda13]<1.0.0,>=0.7.2; extra == 'cuda'
|
|
70
70
|
Provides-Extra: doc
|
|
71
71
|
Requires-Dist: furo; extra == 'doc'
|
|
72
72
|
Requires-Dist: myst-parser; extra == 'doc'
|
|
@@ -93,6 +93,8 @@ Provides-Extra: tests
|
|
|
93
93
|
Requires-Dist: coverage; extra == 'tests'
|
|
94
94
|
Requires-Dist: pytest-cov>=4.0.0; extra == 'tests'
|
|
95
95
|
Requires-Dist: pytest>=7.0.0; extra == 'tests'
|
|
96
|
+
Provides-Extra: tpu
|
|
97
|
+
Requires-Dist: jax[tpu]<1.0.0,>=0.7.2; extra == 'tpu'
|
|
96
98
|
Description-Content-Type: text/markdown
|
|
97
99
|
|
|
98
100
|
# gsMap3D
|
|
@@ -17,7 +17,7 @@ classifiers = [
|
|
|
17
17
|
"Programming Language :: Python :: 3.13",
|
|
18
18
|
"Operating System :: POSIX :: Linux",
|
|
19
19
|
]
|
|
20
|
-
version = "0.1.0.
|
|
20
|
+
version = "0.1.0.a2"
|
|
21
21
|
description = "Genetically informed spatial mapping of cells for complex traits"
|
|
22
22
|
dependencies = [
|
|
23
23
|
"numpy ~= 2.2",
|
|
@@ -39,7 +39,7 @@ dependencies = [
|
|
|
39
39
|
"bitarray >=2.9.2, <3.0.0",
|
|
40
40
|
"pyarrow",
|
|
41
41
|
"numba",
|
|
42
|
-
"jax
|
|
42
|
+
"jax >=0.7.2, <1.0.0",
|
|
43
43
|
"pandas_plink",
|
|
44
44
|
"rich >= 14.1.0",
|
|
45
45
|
"anndata >= 0.8.0",
|
|
@@ -84,7 +84,11 @@ tests = [
|
|
|
84
84
|
]
|
|
85
85
|
|
|
86
86
|
cuda = [
|
|
87
|
-
"jax[
|
|
87
|
+
"jax[cuda13] >=0.7.2, <1.0.0",
|
|
88
|
+
]
|
|
89
|
+
|
|
90
|
+
tpu = [
|
|
91
|
+
"jax[tpu] >=0.7.2, <1.0.0",
|
|
88
92
|
]
|
|
89
93
|
|
|
90
94
|
[project.urls]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gsmap3d-0.1.0a1 → gsmap3d-0.1.0a2}/src/gsMap/spatial_ldsc/spatial_ldsc_multiple_sumstats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|