TigerZheng commited on
Commit
e8c3cc6
·
verified ·
1 Parent(s): aea6e6d

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. PFCdevApp.qmd +4 -2
PFCdevApp.qmd CHANGED
@@ -55,7 +55,9 @@ Spatial data
55
  </p>
56
 
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), extracted and analyzed the PFC brain region. Users can browse the following content through the spatial page:
 
 
59
  </p>
60
 
61
  - Spatial Clustering: Select different cell subtypes to view their spatial distribution
@@ -253,7 +255,7 @@ selectInput('sp_celltype', 'Select celltype', names(col_cluster[["SubType"]])[-1
253
  ```
254
 
255
  ```{r}
256
- selectInput('sp_gene', 'Select gene', rownames(seu.downsample), selected = "Cux2")
257
  ```
258
 
259
 
 
55
  </p>
56
 
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
 
63
  - Spatial Clustering: Select different cell subtypes to view their spatial distribution
 
255
  ```
256
 
257
  ```{r}
258
+ selectInput('sp_gene', 'Select gene', intersect(rownames(sp_p1), rownames(sp_p77)), selected = "Cux2")
259
  ```
260
 
261