DeConveil 0.1.3__py3-none-any.whl → 0.1.4__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.
- deconveil/__version__.py +1 -1
- deconveil/dds.py +1 -1
- {deconveil-0.1.3.dist-info → deconveil-0.1.4.dist-info}/METADATA +1 -1
- {deconveil-0.1.3.dist-info → deconveil-0.1.4.dist-info}/RECORD +7 -7
- {deconveil-0.1.3.dist-info → deconveil-0.1.4.dist-info}/WHEEL +0 -0
- {deconveil-0.1.3.dist-info → deconveil-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {deconveil-0.1.3.dist-info → deconveil-0.1.4.dist-info}/top_level.txt +0 -0
deconveil/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.4"
|
deconveil/dds.py
CHANGED
|
@@ -18,6 +18,7 @@ from deconveil.utils_fit import fit_moments_dispersions2
|
|
|
18
18
|
from deconveil.utils_fit import grid_fit_beta
|
|
19
19
|
from deconveil.utils_fit import irls_glm
|
|
20
20
|
from deconveil.utils_fit import build_design_matrix
|
|
21
|
+
from deconveil.utils_processing import replace_underscores
|
|
21
22
|
|
|
22
23
|
from pydeseq2.preprocessing import deseq2_norm_fit
|
|
23
24
|
from pydeseq2.preprocessing import deseq2_norm_transform
|
|
@@ -25,7 +26,6 @@ from pydeseq2.utils import dispersion_trend
|
|
|
25
26
|
from pydeseq2.utils import mean_absolute_deviation
|
|
26
27
|
from pydeseq2.utils import n_or_more_replicates
|
|
27
28
|
from pydeseq2.utils import nb_nll
|
|
28
|
-
from pydeseq2.utils import replace_underscores
|
|
29
29
|
from pydeseq2.utils import robust_method_of_moments_disp
|
|
30
30
|
from pydeseq2.utils import test_valid_counts
|
|
31
31
|
from pydeseq2.utils import trimmed_mean
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
deconveil/__init__.py,sha256=_6FL_AYiycv9nP3mKJiQ4zl4aU83YSWnV2YoIZr9Mv0,188
|
|
2
|
-
deconveil/__version__.py,sha256=
|
|
3
|
-
deconveil/dds.py,sha256=
|
|
2
|
+
deconveil/__version__.py,sha256=Wzf5T3NBDfhQoTnhnRNHSlAsE0XMqbclXG-M81Vas70,22
|
|
3
|
+
deconveil/dds.py,sha256=FlZ9Cm92oKmsuOmhP9XWrQaz9cWT37s4ZVxTElI0J8w,49051
|
|
4
4
|
deconveil/default_inference.py,sha256=J40O0-qZChLnLrLGmhwxjaTVsV7REWAUQOTf8qSwWk0,9466
|
|
5
5
|
deconveil/ds.py,sha256=Vb9p152U1KXltrXFpMoBxY6YRW25dP4CO26_osbz6Aw,29476
|
|
6
6
|
deconveil/grid_search.py,sha256=iOHR8ur10MyrrfEZHr409lGulGxODufsjG6j7lQ7tWs,5181
|
|
@@ -9,8 +9,8 @@ deconveil/utils_clustering.py,sha256=twspPvXQ6pvw_NaY1ebyvswuH3ZvVBGn7DeOpZ1XatI
|
|
|
9
9
|
deconveil/utils_fit.py,sha256=SdGcBQjN3cyzbSFessufYOOOJAQCOjNcy3etbwmodsM,21583
|
|
10
10
|
deconveil/utils_plot.py,sha256=1JQthYXaEUKUWa0fy8owkyJ1CTkQxlrSRAqPkXMk7Us,9857
|
|
11
11
|
deconveil/utils_processing.py,sha256=9j35FAfQ7oNjdH1FWHP90DBTyL5RwlgdVbbW9de10VI,6560
|
|
12
|
-
deconveil-0.1.
|
|
13
|
-
deconveil-0.1.
|
|
14
|
-
deconveil-0.1.
|
|
15
|
-
deconveil-0.1.
|
|
16
|
-
deconveil-0.1.
|
|
12
|
+
deconveil-0.1.4.dist-info/licenses/LICENSE,sha256=BJ0f3JRteiF7tjiARi8syxiu4yKmckc0nWlHCKXttKQ,1078
|
|
13
|
+
deconveil-0.1.4.dist-info/METADATA,sha256=uxr_y-JarwDKuEbzC3kdN_W-Wf-X-G2fELNvH0HwwM4,1097
|
|
14
|
+
deconveil-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
deconveil-0.1.4.dist-info/top_level.txt,sha256=yAWZbw0eg8XpbMsswoq-VzBGfQHrfWOqNHnu2qQ2xO4,10
|
|
16
|
+
deconveil-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|