pertpy 1.0.0__py3-none-any.whl → 1.0.2__py3-none-any.whl
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.
- pertpy/__init__.py +1 -1
- pertpy/data/_dataloader.py +61 -58
- pertpy/metadata/_cell_line.py +9 -3
- pertpy/tools/__init__.py +18 -27
- pertpy/tools/_coda/_base_coda.py +10 -4
- pertpy/tools/_coda/_sccoda.py +84 -56
- pertpy/tools/_coda/_tasccoda.py +91 -61
- pertpy/tools/_dialogue.py +3 -3
- pertpy/tools/_differential_gene_expression/__init__.py +45 -4
- pertpy/tools/_differential_gene_expression/_base.py +2 -1
- pertpy/tools/_differential_gene_expression/_edger.py +9 -12
- pertpy/tools/_differential_gene_expression/_pydeseq2.py +0 -2
- pertpy/tools/_distances/_distance_tests.py +2 -2
- pertpy/tools/_distances/_distances.py +33 -8
- pertpy/tools/_milo.py +3 -1
- pertpy/tools/_perturbation_space/_discriminator_classifiers.py +16 -25
- pertpy/tools/_perturbation_space/_simple.py +8 -0
- {pertpy-1.0.0.dist-info → pertpy-1.0.2.dist-info}/METADATA +51 -72
- {pertpy-1.0.0.dist-info → pertpy-1.0.2.dist-info}/RECORD +21 -21
- {pertpy-1.0.0.dist-info → pertpy-1.0.2.dist-info}/WHEEL +1 -1
- {pertpy-1.0.0.dist-info → pertpy-1.0.2.dist-info}/licenses/LICENSE +0 -0
@@ -1,41 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pertpy
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Perturbation Analysis in the scverse ecosystem.
|
5
|
-
Project-URL: Documentation, https://pertpy.readthedocs.io
|
6
|
-
Project-URL: Source, https://github.com/scverse/pertpy
|
7
|
-
Project-URL: Home-page, https://github.com/scverse/pertpy
|
8
5
|
Author: Lukas Heumos, Lilly May, Stefan Peidli, Johannes Ostner, Gregor Sturm, Emma Dann, Yuge Ji, Xinyue Zhang, Xichen Wu, Tessa Green, Antonia Schumacher
|
9
6
|
Maintainer-email: Lukas Heumos <lukas.heumos@posteo.net>
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
Copyright (c) 2025, scverse®
|
14
|
-
|
15
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16
|
-
of this software and associated documentation files (the "Software"), to deal
|
17
|
-
in the Software without restriction, including without limitation the rights
|
18
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19
|
-
copies of the Software, and to permit persons to whom the Software is
|
20
|
-
furnished to do so, subject to the following conditions:
|
21
|
-
|
22
|
-
The above copyright notice and this permission notice shall be included in all
|
23
|
-
copies or substantial portions of the Software.
|
24
|
-
|
25
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
26
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
28
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
31
|
-
SOFTWARE.
|
32
|
-
License-File: LICENSE
|
7
|
+
Requires-Python: >=3.11,<3.14
|
8
|
+
Description-Content-Type: text/markdown
|
9
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
33
10
|
Classifier: Development Status :: 5 - Production/Stable
|
34
11
|
Classifier: Environment :: Console
|
35
12
|
Classifier: Framework :: Jupyter
|
36
13
|
Classifier: Intended Audience :: Developers
|
37
14
|
Classifier: Intended Audience :: Science/Research
|
38
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
39
15
|
Classifier: Natural Language :: English
|
40
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
41
17
|
Classifier: Operating System :: POSIX :: Linux
|
@@ -45,60 +21,62 @@ Classifier: Programming Language :: Python :: 3.12
|
|
45
21
|
Classifier: Programming Language :: Python :: 3.13
|
46
22
|
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
47
23
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
48
|
-
|
49
|
-
Requires-Dist: adjusttext
|
50
|
-
Requires-Dist: arviz
|
51
|
-
Requires-Dist: blitzgsea
|
52
|
-
Requires-Dist: fast-array-utils
|
53
|
-
Requires-Dist: lamin-utils
|
54
|
-
Requires-Dist: mudata
|
55
|
-
Requires-Dist: openpyxl
|
56
|
-
Requires-Dist: ott-jax
|
57
|
-
Requires-Dist: pubchempy
|
58
|
-
Requires-Dist: pyarrow
|
59
|
-
Requires-Dist: requests
|
24
|
+
License-File: LICENSE
|
60
25
|
Requires-Dist: rich
|
61
26
|
Requires-Dist: scanpy
|
62
|
-
Requires-Dist:
|
27
|
+
Requires-Dist: mudata
|
28
|
+
Requires-Dist: requests
|
63
29
|
Requires-Dist: scikit-misc
|
64
30
|
Requires-Dist: scvi-tools
|
31
|
+
Requires-Dist: adjusttext
|
32
|
+
Requires-Dist: ott-jax
|
65
33
|
Requires-Dist: sparsecca
|
34
|
+
Requires-Dist: openpyxl
|
35
|
+
Requires-Dist: pubchempy
|
36
|
+
Requires-Dist: pyarrow
|
37
|
+
Requires-Dist: blitzgsea
|
38
|
+
Requires-Dist: scikit-learn>=1.4
|
39
|
+
Requires-Dist: fast-array-utils[accel, sparse]
|
40
|
+
Requires-Dist: lamin_utils
|
41
|
+
Requires-Dist: arviz
|
42
|
+
Requires-Dist: formulaic-contrasts>=0.2.0 ; extra == "de"
|
43
|
+
Requires-Dist: formulaic ; extra == "de"
|
44
|
+
Requires-Dist: pydeseq2>=v0.5.0 ; extra == "de"
|
45
|
+
Requires-Dist: pre-commit ; extra == "dev"
|
46
|
+
Requires-Dist: docutils>=0.8 ; extra == "doc"
|
47
|
+
Requires-Dist: sphinx>=8.1 ; extra == "doc"
|
48
|
+
Requires-Dist: scanpydoc ; extra == "doc"
|
49
|
+
Requires-Dist: sphinx-book-theme ; extra == "doc"
|
50
|
+
Requires-Dist: myst-nb ; extra == "doc"
|
51
|
+
Requires-Dist: sphinxcontrib-bibtex>=1.0.0 ; extra == "doc"
|
52
|
+
Requires-Dist: sphinx-issues ; extra == "doc"
|
53
|
+
Requires-Dist: sphinx-gallery ; extra == "doc"
|
54
|
+
Requires-Dist: sphinx-autodoc-typehints ; extra == "doc"
|
55
|
+
Requires-Dist: sphinx-copybutton ; extra == "doc"
|
56
|
+
Requires-Dist: sphinx-remove-toctrees ; extra == "doc"
|
57
|
+
Requires-Dist: sphinx-design ; extra == "doc"
|
58
|
+
Requires-Dist: sphinx-last-updated-by-git ; extra == "doc"
|
59
|
+
Requires-Dist: sphinx-automodapi ; extra == "doc"
|
60
|
+
Requires-Dist: sphinxext-opengraph ; extra == "doc"
|
61
|
+
Requires-Dist: pygments ; extra == "doc"
|
62
|
+
Requires-Dist: nbsphinx ; extra == "doc"
|
63
|
+
Requires-Dist: nbsphinx-link ; extra == "doc"
|
64
|
+
Requires-Dist: ipykernel ; extra == "doc"
|
65
|
+
Requires-Dist: ipython ; extra == "doc"
|
66
|
+
Requires-Dist: toytree>=3.0 ; extra == "tcoda"
|
67
|
+
Requires-Dist: ete4 ; extra == "tcoda"
|
68
|
+
Requires-Dist: pyqt6 ; extra == "tcoda"
|
69
|
+
Requires-Dist: pytest ; extra == "test"
|
70
|
+
Requires-Dist: coverage ; extra == "test"
|
71
|
+
Requires-Dist: leidenalg ; extra == "test"
|
72
|
+
Project-URL: Documentation, https://pertpy.readthedocs.io
|
73
|
+
Project-URL: Home-page, https://github.com/scverse/pertpy
|
74
|
+
Project-URL: Source, https://github.com/scverse/pertpy
|
66
75
|
Provides-Extra: de
|
67
|
-
Requires-Dist: formulaic; extra == 'de'
|
68
|
-
Requires-Dist: formulaic-contrasts>=0.2.0; extra == 'de'
|
69
|
-
Requires-Dist: pydeseq2>=v0.5.0; extra == 'de'
|
70
76
|
Provides-Extra: dev
|
71
|
-
Requires-Dist: pre-commit; extra == 'dev'
|
72
77
|
Provides-Extra: doc
|
73
|
-
Requires-Dist: docutils>=0.8; extra == 'doc'
|
74
|
-
Requires-Dist: ipykernel; extra == 'doc'
|
75
|
-
Requires-Dist: ipython; extra == 'doc'
|
76
|
-
Requires-Dist: myst-nb; extra == 'doc'
|
77
|
-
Requires-Dist: nbsphinx; extra == 'doc'
|
78
|
-
Requires-Dist: nbsphinx-link; extra == 'doc'
|
79
|
-
Requires-Dist: pygments; extra == 'doc'
|
80
|
-
Requires-Dist: scanpydoc; extra == 'doc'
|
81
|
-
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
|
82
|
-
Requires-Dist: sphinx-automodapi; extra == 'doc'
|
83
|
-
Requires-Dist: sphinx-book-theme; extra == 'doc'
|
84
|
-
Requires-Dist: sphinx-copybutton; extra == 'doc'
|
85
|
-
Requires-Dist: sphinx-design; extra == 'doc'
|
86
|
-
Requires-Dist: sphinx-gallery; extra == 'doc'
|
87
|
-
Requires-Dist: sphinx-issues; extra == 'doc'
|
88
|
-
Requires-Dist: sphinx-last-updated-by-git; extra == 'doc'
|
89
|
-
Requires-Dist: sphinx-remove-toctrees; extra == 'doc'
|
90
|
-
Requires-Dist: sphinx>=8.1; extra == 'doc'
|
91
|
-
Requires-Dist: sphinxcontrib-bibtex>=1.0.0; extra == 'doc'
|
92
|
-
Requires-Dist: sphinxext-opengraph; extra == 'doc'
|
93
78
|
Provides-Extra: tcoda
|
94
|
-
Requires-Dist: ete4; extra == 'tcoda'
|
95
|
-
Requires-Dist: pyqt6; extra == 'tcoda'
|
96
|
-
Requires-Dist: toytree; extra == 'tcoda'
|
97
79
|
Provides-Extra: test
|
98
|
-
Requires-Dist: coverage; extra == 'test'
|
99
|
-
Requires-Dist: leidenalg; extra == 'test'
|
100
|
-
Requires-Dist: pytest; extra == 'test'
|
101
|
-
Description-Content-Type: text/markdown
|
102
80
|
|
103
81
|
[](https://github.com/scverse/pertpy/actions/workflows/build.yml)
|
104
82
|
[](https://codecov.io/gh/scverse/pertpy)
|
@@ -205,3 +183,4 @@ If you like scverse® and want to support our mission, please consider making a
|
|
205
183
|
>
|
206
184
|
</a>
|
207
185
|
</div>
|
186
|
+
|
@@ -1,12 +1,12 @@
|
|
1
|
-
pertpy/__init__.py,sha256=
|
1
|
+
pertpy/__init__.py,sha256=BTYM-9jQll7SwO4GNHDYKoD5duQXVPwifZYGOvtDD-E,972
|
2
2
|
pertpy/_doc.py,sha256=j5TMNC-DA9yIMqIIUNpjpcVgWfRqyBBfvbRjnCM_OLs,427
|
3
3
|
pertpy/_types.py,sha256=IcHCojCUqx8CapibNkcYf2TUqjBFP2ujeELvn_IBSBQ,154
|
4
4
|
pertpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
pertpy/data/__init__.py,sha256=ah3yvoxkgbdMUNAWxS3SyqcUuVamBOSeuWkF2QRAEwM,2703
|
6
|
-
pertpy/data/_dataloader.py,sha256=
|
6
|
+
pertpy/data/_dataloader.py,sha256=Cb08iJj7vH-VishU4NJ5nzPPgviFLY1f5p3K4eVvTeg,4679
|
7
7
|
pertpy/data/_datasets.py,sha256=4IceyYURpstZSFRrD6gBjoYg8uRbEPo1QLXTt-SwB5k,65507
|
8
8
|
pertpy/metadata/__init__.py,sha256=wROPCXmJX2v5schJaBTPQtGW-FGCNWPfO_6bpnXwk-c,276
|
9
|
-
pertpy/metadata/_cell_line.py,sha256=
|
9
|
+
pertpy/metadata/_cell_line.py,sha256=dtHjyFPtVzA31fib3IdURCBbsHDjbKyGDrJo9veSEU8,42854
|
10
10
|
pertpy/metadata/_compound.py,sha256=JsAv_KCcNkgVVrXTyhu-BeM8rBX8a93Wq5Z6avpxN7Y,4764
|
11
11
|
pertpy/metadata/_drug.py,sha256=8QDSyxiFl25JdS80EQJC_krg6fEe5LIQEE6BsV1r8nY,9006
|
12
12
|
pertpy/metadata/_look_up.py,sha256=0nrI_xy-qBZ3tyt4dwhEBwm0A9WP95ZaDiUQFf_88FU,28663
|
@@ -16,43 +16,43 @@ pertpy/plot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
pertpy/preprocessing/__init__.py,sha256=VAPFaeq2_qCvdFkQTCj_Hm460HC4Tersu8Rig_tnp_Y,71
|
17
17
|
pertpy/preprocessing/_guide_rna.py,sha256=ijL-bjQ-9qn4r3DlhBxzsqk-bD4RqPsFlok-Otj4hg8,15872
|
18
18
|
pertpy/preprocessing/_guide_rna_mixture.py,sha256=pT_YkjmN4iEJ-THBROu_dpbr8E6u8GJw36YoGseikD0,6422
|
19
|
-
pertpy/tools/__init__.py,sha256=
|
19
|
+
pertpy/tools/__init__.py,sha256=oOhB99SZBx1XUohaqXV7T_hZoN6xf-WMOpqgvw5gn1I,2073
|
20
20
|
pertpy/tools/_augur.py,sha256=tc1YKyc0BwzrEGgctsfyy7DsTNKxyvy7ZvWraTWCc1A,55262
|
21
21
|
pertpy/tools/_cinemaot.py,sha256=54-rS0AEj31dMe7iU4kEmLoAunq3jNuhsBE3IEp9hrI,38071
|
22
|
-
pertpy/tools/_dialogue.py,sha256=
|
22
|
+
pertpy/tools/_dialogue.py,sha256=xWW5XiQUEHTvB7WURzndmm-EF4EhLeEnOV_-7NP6heU,52360
|
23
23
|
pertpy/tools/_enrichment.py,sha256=55mwotLH9DXQOhl85MCkxXu-MX0RysLyrPheJysAnF0,21369
|
24
|
-
pertpy/tools/_milo.py,sha256=
|
24
|
+
pertpy/tools/_milo.py,sha256=PfLgEsYa5i35j25BNgGEkXk9UPM-ZhFxQbEWDA1e_fc,48192
|
25
25
|
pertpy/tools/_mixscape.py,sha256=HfrpBeRlxHXaOpZkF2FmX7dg35kUB1rL0_-n2aSi2_0,57905
|
26
26
|
pertpy/tools/decoupler_LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
27
27
|
pertpy/tools/transferlearning_MMD_LICENSE,sha256=MUvDA-o_j9htRpI8fStVdCRuyLdPkQUuIH0a_EIc57w,1069
|
28
28
|
pertpy/tools/_coda/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
|
-
pertpy/tools/_coda/_base_coda.py,sha256=
|
30
|
-
pertpy/tools/_coda/_sccoda.py,sha256=
|
31
|
-
pertpy/tools/_coda/_tasccoda.py,sha256=
|
32
|
-
pertpy/tools/_differential_gene_expression/__init__.py,sha256=
|
33
|
-
pertpy/tools/_differential_gene_expression/_base.py,sha256=
|
29
|
+
pertpy/tools/_coda/_base_coda.py,sha256=2YIB7rVf9CxwYyQCpC8e3VYCxfurvyAqUs-4qJ5pubg,111817
|
30
|
+
pertpy/tools/_coda/_sccoda.py,sha256=BzxR6x8DvyHAYGM9SEeJGh3opm3MfSqals6yOw77tqI,24136
|
31
|
+
pertpy/tools/_coda/_tasccoda.py,sha256=oNMFKdKfY_TUtaaDQpGbzctApQVtDeQUEDovBaXFjD0,32153
|
32
|
+
pertpy/tools/_differential_gene_expression/__init__.py,sha256=8_u7nsHY5GfFITT0Rs3v1p1vXpsGIWcBzwipuhXM3Ww,1653
|
33
|
+
pertpy/tools/_differential_gene_expression/_base.py,sha256=GbBi8o7rTA3wH5DZJ9C1QzfqB5yak4r3xMvKQrizsTY,38274
|
34
34
|
pertpy/tools/_differential_gene_expression/_checks.py,sha256=hH_GP0lWGO-5zrCFX4YiIVCZBCuK0ZJ0jFmdlx2Qm4k,1639
|
35
35
|
pertpy/tools/_differential_gene_expression/_dge_comparison.py,sha256=LXhp5djKKCAk9VI7OqxOuja849G5lnd8Ehcs9Epk8rg,4159
|
36
|
-
pertpy/tools/_differential_gene_expression/_edger.py,sha256=
|
37
|
-
pertpy/tools/_differential_gene_expression/_pydeseq2.py,sha256=
|
36
|
+
pertpy/tools/_differential_gene_expression/_edger.py,sha256=P7smGNOIsEF5-zHDP1IPU0vhR5yF9Y54akrZYjjg9H0,4658
|
37
|
+
pertpy/tools/_differential_gene_expression/_pydeseq2.py,sha256=dtRgVkfqLlLw-N0-Y8cEJ06KVjr6LIUWJAeDQx4ZA1I,2917
|
38
38
|
pertpy/tools/_differential_gene_expression/_simple_tests.py,sha256=SfU8s_P2JzEA1RkmS0_xsARs4-BdnIYAwMmQv9-fxRg,6610
|
39
39
|
pertpy/tools/_differential_gene_expression/_statsmodels.py,sha256=90h9EPuoCtNxAbJ1Xq4j_E4yYJJpk64zTP7GyTdmrxY,2220
|
40
40
|
pertpy/tools/_distances/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
41
|
-
pertpy/tools/_distances/_distance_tests.py,sha256=
|
42
|
-
pertpy/tools/_distances/_distances.py,sha256=
|
41
|
+
pertpy/tools/_distances/_distance_tests.py,sha256=wDDRkM-WmcfT5m5Zat-3ianGU1aC6HfRy51tuWA_sJg,13524
|
42
|
+
pertpy/tools/_distances/_distances.py,sha256=iJNqMc9CxgZfEMHcxIocKGc4X4S2dJsRy3YerxVnFKo,51003
|
43
43
|
pertpy/tools/_perturbation_space/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
44
44
|
pertpy/tools/_perturbation_space/_clustering.py,sha256=pNx_SpPkZfCbgF7vzHWqAaiiHdbxPaA-L-hTWTbzFhI,3528
|
45
45
|
pertpy/tools/_perturbation_space/_comparison.py,sha256=-NzCPRT-IlhJ9hOz7NQLSk0riIzr2C0yZvX6zm3kon4,4291
|
46
|
-
pertpy/tools/_perturbation_space/_discriminator_classifiers.py,sha256=
|
46
|
+
pertpy/tools/_perturbation_space/_discriminator_classifiers.py,sha256=ARdNatcmsz370CF-PexDHPwUrih7KW4A5URzHVDNrcw,23126
|
47
47
|
pertpy/tools/_perturbation_space/_metrics.py,sha256=y8-baP8WRdB1iDgvP3uuQxSCDxA2lcxvEHHM2C_vWHY,3248
|
48
48
|
pertpy/tools/_perturbation_space/_perturbation_space.py,sha256=Vyh15wWw9dcu2YUWhziQd2mA9-4IY8EC5dzkBT9HaIo,19457
|
49
|
-
pertpy/tools/_perturbation_space/_simple.py,sha256=
|
49
|
+
pertpy/tools/_perturbation_space/_simple.py,sha256=xS7Lrq3RzJC8IgVKKs2Utqbs7iJ5L1DANquCRcS3Fhg,13109
|
50
50
|
pertpy/tools/_scgen/__init__.py,sha256=uERFlFyF88TH0uLiwmsUGEfHfLVCiZMFuk8gO5f7164,45
|
51
51
|
pertpy/tools/_scgen/_base_components.py,sha256=Qq8myRUm43q9XBrZ9gBggfa2cSV2wbz_KYoLgH7iF1A,3009
|
52
52
|
pertpy/tools/_scgen/_scgen.py,sha256=AQNGsDe-9HEqli3oq7UBDg68ofLCoXm-R_jnLFQ-rlc,30856
|
53
53
|
pertpy/tools/_scgen/_scgenvae.py,sha256=bPk4v7EdJc7ROdLuDitHiX_Pvwa7Flw2qHRUwBvjLJY,3889
|
54
54
|
pertpy/tools/_scgen/_utils.py,sha256=qz5QUn_Bvk2NGyYVzp3jgjWTFOMt1YyHwUo6HWtoThY,2871
|
55
|
-
pertpy-1.0.
|
56
|
-
pertpy-1.0.
|
57
|
-
pertpy-1.0.
|
58
|
-
pertpy-1.0.
|
55
|
+
pertpy-1.0.2.dist-info/licenses/LICENSE,sha256=XuiT2hxeRInhquEIBKMZ5M21n5syhDQ4XbABoposIAg,1100
|
56
|
+
pertpy-1.0.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
57
|
+
pertpy-1.0.2.dist-info/METADATA,sha256=yWRzoCvdQNhn5sy0rtuPjRHH8H9UKmgKbrogxNWiJmM,7694
|
58
|
+
pertpy-1.0.2.dist-info/RECORD,,
|
File without changes
|