mcDETECT 2.0.4__py3-none-any.whl → 2.0.6__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.
Potentially problematic release.
This version of mcDETECT might be problematic. Click here for more details.
- mcDETECT/__init__.py +1 -1
- mcDETECT/model.py +2 -1
- {mcdetect-2.0.4.dist-info → mcdetect-2.0.6.dist-info}/METADATA +1 -1
- mcdetect-2.0.6.dist-info/RECORD +8 -0
- mcdetect-2.0.4.dist-info/RECORD +0 -8
- {mcdetect-2.0.4.dist-info → mcdetect-2.0.6.dist-info}/WHEEL +0 -0
- {mcdetect-2.0.4.dist-info → mcdetect-2.0.6.dist-info}/licenses/LICENSE +0 -0
- {mcdetect-2.0.4.dist-info → mcdetect-2.0.6.dist-info}/top_level.txt +0 -0
mcDETECT/__init__.py
CHANGED
mcDETECT/model.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import anndata
|
|
2
|
+
import math
|
|
2
3
|
import miniball
|
|
3
4
|
import numpy as np
|
|
4
5
|
import pandas as pd
|
|
@@ -170,7 +171,7 @@ class mcDETECT:
|
|
|
170
171
|
num_individual.append(sphere_low.shape[0])
|
|
171
172
|
data_low[target_names.index(j)] = sphere_low
|
|
172
173
|
data_high[target_names.index(j)] = sphere_high
|
|
173
|
-
print(f"{target_names.index(j) + 1}
|
|
174
|
+
print(f"{target_names.index(j) + 1} of {len(target_names)} genes processed!")
|
|
174
175
|
|
|
175
176
|
return np.sum(num_individual), data_low, data_high
|
|
176
177
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
mcDETECT/__init__.py,sha256=y6JBEdILAES1NQ3-UVEO6BJwAeNk7e7aTbBMKzefCn8,92
|
|
2
|
+
mcDETECT/model.py,sha256=MqJMAC4cyjux3BWIYWmGLugr_gHPeYcQNH-O40xbPHE,29398
|
|
3
|
+
mcDETECT/utils.py,sha256=0gvqZV7sGi8qvvdC5x9XScyiTXlSfqbUt1zks4t7Xd4,4545
|
|
4
|
+
mcdetect-2.0.6.dist-info/licenses/LICENSE,sha256=uxq-shEWOGTIGVnQLmpElILmfCkuUhFZRAMnZUiKvtg,1070
|
|
5
|
+
mcdetect-2.0.6.dist-info/METADATA,sha256=p5Xqkc_e8Q9KLOhL7SqiNY1LmdjVLL5jp-nXvm6Pg6U,3016
|
|
6
|
+
mcdetect-2.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
mcdetect-2.0.6.dist-info/top_level.txt,sha256=WwzBojt5U-T2hZ8llO6XgpM9OFIBkWQQldQKu19O8EY,9
|
|
8
|
+
mcdetect-2.0.6.dist-info/RECORD,,
|
mcdetect-2.0.4.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
mcDETECT/__init__.py,sha256=2gqfrrw4FNzDVBMDCXpfBwjDU_esM9r6VoW1_ru4rBs,92
|
|
2
|
-
mcDETECT/model.py,sha256=BJkarQR4wd6d0eb05wqhBTRT6ApJv9A8XwD5blv7c8k,29385
|
|
3
|
-
mcDETECT/utils.py,sha256=0gvqZV7sGi8qvvdC5x9XScyiTXlSfqbUt1zks4t7Xd4,4545
|
|
4
|
-
mcdetect-2.0.4.dist-info/licenses/LICENSE,sha256=uxq-shEWOGTIGVnQLmpElILmfCkuUhFZRAMnZUiKvtg,1070
|
|
5
|
-
mcdetect-2.0.4.dist-info/METADATA,sha256=thmYqmCQQ4AYQ2VULhMZjsJvAlg26ZrxoNvYvUK9_-c,3016
|
|
6
|
-
mcdetect-2.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
mcdetect-2.0.4.dist-info/top_level.txt,sha256=WwzBojt5U-T2hZ8llO6XgpM9OFIBkWQQldQKu19O8EY,9
|
|
8
|
-
mcdetect-2.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|