TigerZheng commited on
Commit
4c65101
·
verified ·
1 Parent(s): cea1007

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +3 -1
PFCdevApp.qmd CHANGED
@@ -63,6 +63,8 @@ We collected the whole brain stereo-seq datasets of P1 and Adult mice from [(Han
63
 
64
 
65
 
 
 
66
  , extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
67
  </p>
68
 
@@ -341,7 +343,7 @@ plotOutput('p77_geneplot')
341
 
342
  output$p77_geneplot <- renderPlot({
343
  gene_i <- input$sp_gene
344
- gene_i_exp <- as.numeric(FetchData(object = sp_p77, vars = gene_i, slot = "counts"))
345
  data <- data.frame(
346
  x = sp_p77$x_rotated, y = sp_p77$y_rotated,
347
  gene = scale(gene_i_exp)
 
63
 
64
 
65
 
66
+
67
+
68
  , extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
69
  </p>
70
 
 
343
 
344
  output$p77_geneplot <- renderPlot({
345
  gene_i <- input$sp_gene
346
+ gene_i_exp <- as.numeric(FetchData(object = sp_p77, vars = gene_i, slot = "counts")[,1])
347
  data <- data.frame(
348
  x = sp_p77$x_rotated, y = sp_p77$y_rotated,
349
  gene = scale(gene_i_exp)