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

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +3 -1
PFCdevApp.qmd CHANGED
@@ -59,6 +59,8 @@ 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
 
@@ -212,7 +214,7 @@ output$vln_plot <- renderPlot({
212
  seu3@meta.data[,input$celltype],
213
  levels = names(col_cluster[[input$celltype]])
214
  )
215
- VlnPlot(seu3, features = input$gene, group.by = input$celltype,
216
  col = col_cluster[[input$celltype]]) +
217
  NoLegend() +
218
  labs(x="")
 
59
 
60
 
61
 
62
+
63
+
64
  , extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
65
  </p>
66
 
 
214
  seu3@meta.data[,input$celltype],
215
  levels = names(col_cluster[[input$celltype]])
216
  )
217
+ VlnPlot(seu.downsample, features = input$gene, group.by = input$celltype,
218
  col = col_cluster[[input$celltype]]) +
219
  NoLegend() +
220
  labs(x="")