TigerZheng commited on
Commit
1765f63
·
verified ·
1 Parent(s): a4b9cbf

Update PFCdevApp.qmd

Browse files
Files changed (1) hide show
  1. 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="")