yyfu01 commited on
Commit
7d7ac61
·
verified ·
1 Parent(s): 41e7291

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -3
README.md CHANGED
@@ -1,3 +1,97 @@
1
- ---
2
- license: afl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - neuroscience
5
+ - genomics
6
+ - dna
7
+ - sequence-modeling
8
+ - basal-ganglia
9
+ - spinal-cord
10
+ - astrocyte
11
+ - regulatory-genomics
12
+ pretty_name: DNA Sequence Modeling for BG Cell Atlas Package
13
+ ---
14
+
15
+ # DNA Sequence Modeling for the Basal Ganglia Cell Atlas Package
16
+
17
+ This repository contains DNA-sequence modeling resources associated with the basal ganglia (BG) cell atlas package. It serves as a centralized entry point for sequence-based regulatory analyses across multiple companion studies.
18
+
19
+ ## What this repository is
20
+
21
+ This repository is a landing page and resource hub for DNA-sequence modeling analyses associated with the basal ganglia cell atlas package.
22
+
23
+ ## What this repository is not
24
+
25
+ This repository is not intended to duplicate the full analysis pipelines of the companion studies. Instead, it provides a centralized entry point for sequence-modeling-related resources, outputs, and links.
26
+
27
+ ## Overview
28
+
29
+ Across these studies, sequence-based modeling is used to investigate cis-regulatory logic underlying cell type specialization. These analyses complement multiomic profiling (snRNA-seq, snATAC-seq, spatial transcriptomics, methylation, and chromatin conformation) by providing a sequence-level perspective on candidate enhancers and regulatory programs.
30
+
31
+ ## Associated studies
32
+
33
+ ### 1. Basal ganglia consensus taxonomy
34
+ **Johansen, Fu et al., 2025**
35
+
36
+ This study establishes a consensus basal ganglia taxonomy by integrating HMBA single-nucleus RNA-seq data from human, macaque, marmoset, and previously published mouse datasets. The resulting framework provides a standardized naming system for basal ganglia cell types, enabling cross-species comparison, community-wide adoption, and downstream tool development.
37
+
38
+ ### 2. Cross-species spinal cord atlas
39
+ **Schmitz, Johansen et al., 2026**
40
+
41
+ This study presents a unified cross-species atlas integrating single-nucleus multiomic profiling and spatial transcriptomics across human, macaque, and mouse. In addition to defining a conserved cell type hierarchy, it links molecular identities to anatomical organization and cis-regulatory programs, including sequence-based modeling of enhancer logic.
42
+
43
+ ### 3. Human BG astrocyte subgroup study
44
+ **Fu et al., 2026**
45
+
46
+ This study identifies three major astrocyte subgroups in the human basal ganglia and characterizes their spatial, molecular, and regulatory specialization. Sequence-based modeling is used to evaluate subgroup-associated regulatory elements and candidate enhancer programs.
47
+
48
+ ## Repository contents
49
+
50
+ Depending on the final organization, this repository include:
51
+ - model configuration files
52
+ - input sequence sets (candidate regulatory regions)
53
+ - cell type-enriched regions
54
+ - model predictions and scoring outputs
55
+ - motif and enhancer-level summaries
56
+ - example loci used in the manuscript
57
+
58
+ ## Conceptual workflow
59
+
60
+ 1. Define candidate regulatory regions from multiomic data
61
+ 2. Extract DNA sequences for modeling
62
+ 3. Train or apply sequence-based models
63
+ 4. Score sequences for regulatory activity
64
+ 5. Interpret subgroup- or cell type-specific regulatory patterns
65
+
66
+ ## Links
67
+
68
+ - Basal ganglia consensus taxonomy paper: [add link]
69
+ - Spinal cord consensus atlas paper: [add link]
70
+ - Basal ganglia astrocyte study: [add link]
71
+ - Multiomic track viewer (SCMDAP): [add link]
72
+ - Project GitHub repository: [add link]
73
+
74
+ ## Citation
75
+
76
+ Please cite the relevant companion manuscripts when using these resources.
77
+
78
+ @article{BG_PACKAGE,
79
+ title = {Cross-species consensus atlas of the primate basal ganglia},
80
+ author = {Johansen, Nelson and Fu, Yuanyuan and others},
81
+ journal = {bioRxiv},
82
+ year = {2025}
83
+ }
84
+
85
+ @article{BG_PACKAGE,
86
+ title = {A consensus spinal cord cell type atlas across mouse, macaque, and human},
87
+ author = {Schmitz, Matthew and Johansen, Nelson and others},
88
+ journal = {bioRxiv},
89
+ year = {2026}
90
+ }
91
+
92
+ @article{BG_PACKAGE,
93
+ title = {Circuit-dependent specialization of human basal ganglia astrocytes},
94
+ author = {Fu, Yuanyuan and others},
95
+ journal = {bioRxiv},
96
+ year = {2025}
97
+ }