TigerZheng commited on
Commit
c1e9516
·
verified ·
1 Parent(s): 7a8dfd9

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +8 -4
PFCdevApp.qmd CHANGED
@@ -55,7 +55,11 @@ Spatial data
55
  </p>
56
 
57
  <p style="font-size: 20px; text-align: justify;">
58
- We collected the whole brain stereo-seq datasets of P1 and Adult mice from [(Han et al., Neuron, 2025)](https://doi.org/10.1016/j.neuron.2025.02.015, extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
 
 
 
 
59
  </p>
60
 
61
  - Spatial Clustering: Select different cell subtypes to view their spatial distribution
@@ -153,17 +157,17 @@ plotOutput('cluster_plot')
153
 
154
  #### Column
155
 
 
156
  ```{r}
157
- plotOutput('gene_plot')
158
  ```
159
 
160
-
161
  ### Row
162
 
163
  #### Column
164
 
165
  ```{r}
166
- plotOutput('vln_plot')
167
  ```
168
 
169
 
 
55
  </p>
56
 
57
  <p style="font-size: 20px; text-align: justify;">
58
+ We collected the whole brain stereo-seq datasets of P1 and Adult mice from [(Han et al., Neuron, 2025)](https://doi.org/10.1016/j.neuron.2025.02.015
59
+
60
+
61
+
62
+ , extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
63
  </p>
64
 
65
  - Spatial Clustering: Select different cell subtypes to view their spatial distribution
 
157
 
158
  #### Column
159
 
160
+
161
  ```{r}
162
+ plotOutput('vln_plot')
163
  ```
164
 
 
165
  ### Row
166
 
167
  #### Column
168
 
169
  ```{r}
170
+ plotOutput('gene_plot')
171
  ```
172
 
173