Spaces:
Sleeping
Sleeping
Update PFCdevApp.qmd
Browse files- 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 |
|
|
@@ -298,7 +300,7 @@ plotOutput('p1_geneplot')
|
|
| 298 |
|
| 299 |
output$p1_geneplot <- renderPlot({
|
| 300 |
gene_i <- input$sp_gene
|
| 301 |
-
gene_i_exp <- as.numeric(FetchData(object = sp_p1, vars = gene_i, slot = "counts"))
|
| 302 |
data <- data.frame(
|
| 303 |
x = sp_p1$x_rotated, y = sp_p1$y_rotated,
|
| 304 |
gene = scale(gene_i_exp)
|
|
|
|
| 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 |
|
|
|
|
| 300 |
|
| 301 |
output$p1_geneplot <- renderPlot({
|
| 302 |
gene_i <- input$sp_gene
|
| 303 |
+
gene_i_exp <- as.numeric(FetchData(object = sp_p1, vars = gene_i, slot = "counts")[,1])
|
| 304 |
data <- data.frame(
|
| 305 |
x = sp_p1$x_rotated, y = sp_p1$y_rotated,
|
| 306 |
gene = scale(gene_i_exp)
|