DeConveil 0.1.3__tar.gz → 0.1.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DeConveil
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: An extension of PyDESeq2/DESeq2 designed to account for genome aneuploidy
5
5
  Home-page: https://github.com/caravagnalab/DeConveil
6
6
  Author: Katsiaryna Davydzenka
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DeConveil
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: An extension of PyDESeq2/DESeq2 designed to account for genome aneuploidy
5
5
  Home-page: https://github.com/caravagnalab/DeConveil
6
6
  Author: Katsiaryna Davydzenka
@@ -0,0 +1 @@
1
+ __version__ = "0.1.4"
@@ -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
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
6
6
 
7
7
  setup(
8
8
  name="DeConveil",
9
- version="0.1.3",
9
+ version="0.1.4",
10
10
  description="An extension of PyDESeq2/DESeq2 designed to account for genome aneuploidy",
11
11
  url="https://github.com/caravagnalab/DeConveil",
12
12
  author="Katsiaryna Davydzenka",
@@ -1 +0,0 @@
1
- __version__ = "0.1.3"
File without changes
File without changes
File without changes
File without changes