pythonflex 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.
- pythonflex/preprocessing.py +1 -1
- {pythonflex-0.1.3.dist-info → pythonflex-0.1.4.dist-info}/METADATA +1 -1
- {pythonflex-0.1.3.dist-info → pythonflex-0.1.4.dist-info}/RECORD +5 -5
- {pythonflex-0.1.3.dist-info → pythonflex-0.1.4.dist-info}/WHEEL +0 -0
- {pythonflex-0.1.3.dist-info → pythonflex-0.1.4.dist-info}/entry_points.txt +0 -0
pythonflex/preprocessing.py
CHANGED
|
@@ -10,7 +10,7 @@ tqdm.pandas()
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def get_example_data_path(filename: str):
|
|
13
|
-
return resources.files("
|
|
13
|
+
return resources.files("pythonflex.data").joinpath("dataset").joinpath(filename)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
def _load_file(filepath, ext):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythonflex
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: pythonFLEX is a benchmarking toolkit for evaluating CRISPR screen results against biological gold standards. The toolkit computes gene-level and complex-level performance metrics, helping researchers systematically assess the biological relevance and resolution of their CRISPR screening data.
|
|
5
5
|
Author-email: Yasir Demirtaş <tyasird@hotmail.com>
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -2,7 +2,7 @@ pythonflex/__init__.py,sha256=rz-8y-zEJQR3ThbhlIUV0N1q7Z-4UNHpHbOglXFp52c,1292
|
|
|
2
2
|
pythonflex/analysis.py,sha256=Bu4wK7bnSlaXFRoqUjAGlQP5CoGYsrr1x_ZJRE1AuSc,52966
|
|
3
3
|
pythonflex/logging_config.py,sha256=QrwI9NSpi026rGKgitky_zP67aH6lo7rKA2TTAyrm1E,2011
|
|
4
4
|
pythonflex/plotting.py,sha256=ydC5CHIFl9GAGkYFyoXZ9v4ESKxTL_4vvoOkSR8hvCU,19508
|
|
5
|
-
pythonflex/preprocessing.py,sha256=
|
|
5
|
+
pythonflex/preprocessing.py,sha256=w8mHNYwkBIpd2wdf6fxzZ12tkJ1cdQv_bR3Cztu82gI,8579
|
|
6
6
|
pythonflex/utils.py,sha256=nyVlGu5OXpz5YPj48hXueL5ja88sQ2PUiJ76c4USg4A,3886
|
|
7
7
|
pythonflex/data/dataset/liver_cell_lines_500_genes.csv,sha256=qfKsqPjL41Y1GuxxAhc-MfaNO0mX6Qju_SeynKSpEiM,238639
|
|
8
8
|
pythonflex/data/dataset/melanoma_cell_lines_500_genes.csv,sha256=ByxcaDDqLlRtAyuCKhHeFQCitIBk2-Q4Hn6k8BNUF6c,620887
|
|
@@ -15,7 +15,7 @@ pythonflex/data/gold_standard/gobp.csv,sha256=TO9yfx9mO8WkXvWfSB-pFId9T8xYfqdZps
|
|
|
15
15
|
pythonflex/data/gold_standard/pathway.csv,sha256=J3HKVLUZ_Oxucmn_14ieYp3Wr2lcKtp0nIl4_8_K2Yc,489424
|
|
16
16
|
pythonflex/examples/basic_usage.py,sha256=RBtJFphAE6NpCmSm9tMYN6FSdcpbWQzwkTlpX2ZejvI,2387
|
|
17
17
|
pythonflex/examples/dataset_filtering.py,sha256=YBHgkbHj9SpIj-qLxQhHS4UWjERv4MHyb2t_fR6AONE,971
|
|
18
|
-
pythonflex-0.1.
|
|
19
|
-
pythonflex-0.1.
|
|
20
|
-
pythonflex-0.1.
|
|
21
|
-
pythonflex-0.1.
|
|
18
|
+
pythonflex-0.1.4.dist-info/METADATA,sha256=OXeIIL6pc1kY1j9iS2euiRb25JZCBYV_O9Qk1bgCHDg,3928
|
|
19
|
+
pythonflex-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
20
|
+
pythonflex-0.1.4.dist-info/entry_points.txt,sha256=37liK1baI_CRVDivpjsn8JDClL9_YeTTuSMAZ3Ty7oE,47
|
|
21
|
+
pythonflex-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|