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

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +5 -15
PFCdevApp.qmd CHANGED
@@ -59,6 +59,10 @@ We collected the whole brain stereo-seq datasets of P1 and Adult mice from [(Han
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,21 +232,7 @@ output$gene_plot <- renderPlot({
228
 
229
 
230
  output$vln_plot <- renderPlot({
231
- FeaturePlot(
232
- seu(),
233
- features = input$gene,
234
- reduction = 'umap',
235
- split.by = "orig.ident",
236
- ncol=4,
237
- order = T,
238
- pt.size = 0.5
239
- ) &
240
- theme_bw(base_size = 15) &
241
- theme(panel.grid = element_blank(), plot.title = element_text(hjust = 0.5),
242
- strip.text = element_text(size = 20, face = "bold"),
243
- legend.position = c(0.1,0.25)) &
244
- coord_fixed() &
245
- scale_color_gradientn(colours = c("lightblue3", "lightblue", "white", "red", "red4"), limits=c(0,2), breaks=c(0,2), na.value = "red4")
246
  })
247
  ```
248
 
 
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
 
 
232
 
233
 
234
  output$vln_plot <- renderPlot({
235
+ head(seu()@meta.data[,1:5])
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  })
237
  ```
238