mcDETECT 1.0.0__py3-none-any.whl → 1.0.1__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.

@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.2
2
+ Name: mcDETECT
3
+ Version: 1.0.1
4
+ Summary: mcDETECT: Decoding 3D Spatial Synaptic Transcriptomes with Subcellular-Resolution Spatial Transcriptomics
5
+ Home-page: https://github.com/chen-yang-yuan/mcDETECT
6
+ Author: Chenyang Yuan
7
+ Author-email: chenyang.yuan@emory.edu
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: anndata
15
+ Requires-Dist: miniball
16
+ Requires-Dist: numpy
17
+ Requires-Dist: pandas
18
+ Requires-Dist: rtree
19
+ Requires-Dist: scanpy
20
+ Requires-Dist: scipy
21
+ Requires-Dist: shapely
22
+ Requires-Dist: sklearn
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: description-content-type
28
+ Dynamic: home-page
29
+ Dynamic: requires-dist
30
+ Dynamic: requires-python
31
+ Dynamic: summary
32
+
33
+ # mcDETECT
34
+
35
+ ## mcDETECT: Decoding 3D Spatial Synaptic Transcriptomes with Subcellular-Resolution Spatial Transcriptomics
36
+
37
+ #### Chenyang Yuan, Krupa Patel, Hongshun Shi, Hsiao-Lin V. Wang, Feng Wang, Ronghua Li, Yangping Li, Victor G. Corces, Hailing Shi, Sulagna Das, Jindan Yu, Peng Jin, Bing Yao* and Jian Hu*
38
+
39
+ mcDETECT is a computational framework designed to identify and profile individual synapses using *in situ* spatial transcriptomics (iST) data. It starts by examining the subcellular distribution of synaptic mRNAs in an iST sample. Unlike cell-type specific marker genes, which are typically found within nuclei, mRNAs of synaptic markers often form small aggregations outside the nuclei. mcDETECT uses a density-based clustering approach to identify these extranuclear aggregations. This involves calculating the Euclidean distance between mRNA points and defining the neighborhood of each point within a specified search radius. Points are then categorized into core points, border points, and noise points based on their reachability from neighboring points. mcDETECT recognizes each bundle of core and border points as a synaptic aggregation. To minimize false positives, it excludes aggregations that significantly overlap with nuclei identified by DAPI staining. Subsequently, mcDETECT repeats this process for multiple synaptic markers, merging aggregations from different markers with high overlaps. After encompassing all markers, an additional filtering step is performed to remove aggregations that contain mRNAs from negative control genes, which are known to be enriched only in nuclei. The remaining aggregations are considered individual synaptic aggregations. mcDETECT then uses the minimum enclosing sphere of each aggregation to gather all mRNA molecules and summarizes their counts for all measured genes to define the spatial transcriptome profile of individual synapses.
@@ -0,0 +1,7 @@
1
+ mcDETECT/__init__.py,sha256=smjxcWMgqIGgbQ47Hx0TRXtiJLHcuXizBk9DTfAZp3s,27
2
+ mcDETECT/model.py,sha256=d10VQzt2nycqMlfhC5tvGThDSYAbzKdZR_kmtXBo_MM,17926
3
+ mcdetect-1.0.1.dist-info/LICENSE,sha256=uxq-shEWOGTIGVnQLmpElILmfCkuUhFZRAMnZUiKvtg,1070
4
+ mcdetect-1.0.1.dist-info/METADATA,sha256=NvRBVlcfYOw9uEQW1yrPaOn_dYn_kCbkfkkOJ5rgQEo,2814
5
+ mcdetect-1.0.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
+ mcdetect-1.0.1.dist-info/top_level.txt,sha256=WwzBojt5U-T2hZ8llO6XgpM9OFIBkWQQldQKu19O8EY,9
7
+ mcdetect-1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,23 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: mcDETECT
3
- Version: 1.0.0
4
- Summary: mcDETECT: Decoding 3D Spatial Synaptic Transcriptomes with Subcellular-Resolution Spatial Transcriptomics
5
- Home-page: https://github.com/chen-yang-yuan/mcDETECT
6
- Author: Chenyang Yuan
7
- Author-email: chenyang.yuan@emory.edu
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.6
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Requires-Dist: anndata
15
- Requires-Dist: miniball
16
- Requires-Dist: numpy
17
- Requires-Dist: pandas
18
- Requires-Dist: rtree
19
- Requires-Dist: scanpy
20
- Requires-Dist: scipy
21
- Requires-Dist: shapely
22
- Requires-Dist: sklearn
23
-
@@ -1,7 +0,0 @@
1
- mcDETECT/__init__.py,sha256=smjxcWMgqIGgbQ47Hx0TRXtiJLHcuXizBk9DTfAZp3s,27
2
- mcDETECT/model.py,sha256=d10VQzt2nycqMlfhC5tvGThDSYAbzKdZR_kmtXBo_MM,17926
3
- mcDETECT-1.0.0.dist-info/LICENSE,sha256=uxq-shEWOGTIGVnQLmpElILmfCkuUhFZRAMnZUiKvtg,1070
4
- mcDETECT-1.0.0.dist-info/METADATA,sha256=ni4id23Cffvaz6Vq3XSnxi6JWexF7HJu_fnJoRg81ig,713
5
- mcDETECT-1.0.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
6
- mcDETECT-1.0.0.dist-info/top_level.txt,sha256=WwzBojt5U-T2hZ8llO6XgpM9OFIBkWQQldQKu19O8EY,9
7
- mcDETECT-1.0.0.dist-info/RECORD,,