mcDETECT 1.0.5__py3-none-any.whl → 1.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/model.py CHANGED
@@ -377,7 +377,7 @@ class mcDETECT:
377
377
 
378
378
  # count matrix
379
379
  for k_idx, k in enumerate(genes):
380
- target_gene = transcripts[transcripts['feature_name'] == k]
380
+ target_gene = transcripts[transcripts['target'] == k]
381
381
  count_gene, _, _ = np.histogram2d(target_gene['global_x'], target_gene['global_y'], bins = [x_bins, y_bins])
382
382
  X[k_idx, :] = count_gene.flatten()
383
383
  if k_idx % 50 == 0:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mcDETECT
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: mcDETECT: Decoding 3D Spatial Synaptic Transcriptomes with Subcellular-Resolution Spatial Transcriptomics
5
5
  Home-page: https://github.com/chen-yang-yuan/mcDETECT
6
6
  Author: Chenyang Yuan
@@ -0,0 +1,7 @@
1
+ mcDETECT/__init__.py,sha256=smjxcWMgqIGgbQ47Hx0TRXtiJLHcuXizBk9DTfAZp3s,27
2
+ mcDETECT/model.py,sha256=RpZ-x3T2E-NVynHc_pAitYxR-fT-FfugcZaSie_xXoM,21178
3
+ mcdetect-1.0.6.dist-info/LICENSE,sha256=uxq-shEWOGTIGVnQLmpElILmfCkuUhFZRAMnZUiKvtg,1070
4
+ mcdetect-1.0.6.dist-info/METADATA,sha256=aUMpnnSnn95yNOfaHtLmF3fPI9I1lJMWXqB18xwZsjM,2819
5
+ mcdetect-1.0.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
+ mcdetect-1.0.6.dist-info/top_level.txt,sha256=WwzBojt5U-T2hZ8llO6XgpM9OFIBkWQQldQKu19O8EY,9
7
+ mcdetect-1.0.6.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- mcDETECT/__init__.py,sha256=smjxcWMgqIGgbQ47Hx0TRXtiJLHcuXizBk9DTfAZp3s,27
2
- mcDETECT/model.py,sha256=UViArRsE_aNEcgyrab8hl5UZp02ztgm-zuJtw-RL9X4,21184
3
- mcdetect-1.0.5.dist-info/LICENSE,sha256=uxq-shEWOGTIGVnQLmpElILmfCkuUhFZRAMnZUiKvtg,1070
4
- mcdetect-1.0.5.dist-info/METADATA,sha256=IctOMMeNnapFbwo43ueVz2ELVucoAqe5JCrjQqSLtb8,2819
5
- mcdetect-1.0.5.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
- mcdetect-1.0.5.dist-info/top_level.txt,sha256=WwzBojt5U-T2hZ8llO6XgpM9OFIBkWQQldQKu19O8EY,9
7
- mcdetect-1.0.5.dist-info/RECORD,,