Spaces:
Sleeping
Sleeping
Update PFCdevApp.qmd
Browse files- PFCdevApp.qmd +1 -1
PFCdevApp.qmd
CHANGED
|
@@ -233,7 +233,7 @@ output$vln_plot <- renderPlot({
|
|
| 233 |
seu@meta.data[,input$celltype],
|
| 234 |
levels = names(col_cluster[[input$celltype]])
|
| 235 |
)
|
| 236 |
-
VlnPlot(seu, features = input$gene, group.by = input$celltype,
|
| 237 |
cols = col_cluster[[input$celltype]]) +
|
| 238 |
NoLegend() +
|
| 239 |
labs(x="")
|
|
|
|
| 233 |
seu@meta.data[,input$celltype],
|
| 234 |
levels = names(col_cluster[[input$celltype]])
|
| 235 |
)
|
| 236 |
+
VlnPlot(seu, features = input$gene, group.by = input$celltype, assay = "RNA", slot = "data",
|
| 237 |
cols = col_cluster[[input$celltype]]) +
|
| 238 |
NoLegend() +
|
| 239 |
labs(x="")
|