ebin 1.0.2__tar.gz → 1.0.3__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.
- {ebin-1.0.2 → ebin-1.0.3}/PKG-INFO +1 -10
- {ebin-1.0.2 → ebin-1.0.3}/README.md +0 -9
- {ebin-1.0.2 → ebin-1.0.3}/ebin/__init__.py +1 -1
- {ebin-1.0.2 → ebin-1.0.3}/ebin.egg-info/PKG-INFO +1 -10
- {ebin-1.0.2 → ebin-1.0.3}/ebin/__main__.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/activity.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/data.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/effects.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/fit.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/ftzkiller.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/gauss_rules.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/initialize.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/model.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/pipeline.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/plots.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin/truncation.py +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin.egg-info/SOURCES.txt +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin.egg-info/dependency_links.txt +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin.egg-info/entry_points.txt +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin.egg-info/requires.txt +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/ebin.egg-info/top_level.txt +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/pyproject.toml +0 -0
- {ebin-1.0.2 → ebin-1.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ebin
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Posterior bin-expectation normalization for sorting-based MPRA
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -75,15 +75,6 @@ Bins are ordered by the number in their name. Cell lines are fitted
|
|
|
75
75
|
independently. **Empty fields are read as zero counts, not as missing data** —
|
|
76
76
|
some exports write every zero as a blank, and treating those as missin
|
|
77
77
|
|
|
78
|
-
## Install
|
|
79
|
-
|
|
80
|
-
```bash
|
|
81
|
-
pip install -e /path/to/package # or place this directory on PYTHONPATH
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
`jax` (GPU strongly recommended), `numpy`, `scipy` and `pandas` are required.
|
|
85
|
-
`xarray` + `h5netcdf` are needed only for the netCDF export and `matplotlib`
|
|
86
|
-
only for the diagnostics. Everything runs in float64.
|
|
87
78
|
|
|
88
79
|
## Input
|
|
89
80
|
|
|
@@ -61,15 +61,6 @@ Bins are ordered by the number in their name. Cell lines are fitted
|
|
|
61
61
|
independently. **Empty fields are read as zero counts, not as missing data** —
|
|
62
62
|
some exports write every zero as a blank, and treating those as missin
|
|
63
63
|
|
|
64
|
-
## Install
|
|
65
|
-
|
|
66
|
-
```bash
|
|
67
|
-
pip install -e /path/to/package # or place this directory on PYTHONPATH
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
`jax` (GPU strongly recommended), `numpy`, `scipy` and `pandas` are required.
|
|
71
|
-
`xarray` + `h5netcdf` are needed only for the netCDF export and `matplotlib`
|
|
72
|
-
only for the diagnostics. Everything runs in float64.
|
|
73
64
|
|
|
74
65
|
## Input
|
|
75
66
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ebin
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Posterior bin-expectation normalization for sorting-based MPRA
|
|
5
5
|
Requires-Python: >=3.9
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -75,15 +75,6 @@ Bins are ordered by the number in their name. Cell lines are fitted
|
|
|
75
75
|
independently. **Empty fields are read as zero counts, not as missing data** —
|
|
76
76
|
some exports write every zero as a blank, and treating those as missin
|
|
77
77
|
|
|
78
|
-
## Install
|
|
79
|
-
|
|
80
|
-
```bash
|
|
81
|
-
pip install -e /path/to/package # or place this directory on PYTHONPATH
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
`jax` (GPU strongly recommended), `numpy`, `scipy` and `pandas` are required.
|
|
85
|
-
`xarray` + `h5netcdf` are needed only for the netCDF export and `matplotlib`
|
|
86
|
-
only for the diagnostics. Everything runs in float64.
|
|
87
78
|
|
|
88
79
|
## Input
|
|
89
80
|
|
|
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
|