TigerZheng commited on
Commit
2968875
·
verified ·
1 Parent(s): 2cb60a4

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +2 -10
PFCdevApp.qmd CHANGED
@@ -55,15 +55,7 @@ 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
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
- , extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
67
  </p>
68
 
69
  - Spatial Clustering: Select different cell subtypes to view their spatial distribution
@@ -232,7 +224,7 @@ output$gene_plot <- renderPlot({
232
 
233
 
234
  output$vln_plot <- renderPlot({
235
- head(seu()@meta.data[,1:5])
236
  })
237
  ```
238
 
 
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
 
224
 
225
 
226
  output$vln_plot <- renderPlot({
227
+ Seurat::VlnPlot(seu(), features = "Cux2", group.by = “SubType”)
228
  })
229
  ```
230