TigerZheng commited on
Commit
cc58f73
·
verified ·
1 Parent(s): 1494499

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +5 -1
PFCdevApp.qmd CHANGED
@@ -57,6 +57,8 @@ Spatial data
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
  , extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
61
  </p>
62
 
@@ -226,7 +228,9 @@ output$gene_plot <- renderPlot({
226
 
227
 
228
  output$vln_plot <- renderPlot({
229
- VlnPlot(seu(), features = input$gene, group.by = input$celltype)
 
 
230
  })
231
  ```
232
 
 
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
 
 
228
 
229
 
230
  output$vln_plot <- renderPlot({
231
+ VlnPlot(seu(), features = input$gene, group.by = input$celltype, pt.size = 0) +
232
+ NoLegend() +
233
+ labs(x="")
234
  })
235
  ```
236