Skip to content

Commit

Permalink
Use full cell type names in sidebar selection for heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaac committed Jul 29, 2021
1 parent 7f3ba15 commit 63a4017
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clusters/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ ui <- function(request){
"Pons" = "joint_pons"))
),

# Input for heatmap tab
conditionalPanel(condition = "input.tabs == 'heatmap'",
checkboxGroupInput("heatmap_cells", label = "Cell type(s) for heatmap",
choices = list("Progenitors/cyc.",
checkboxGroupInput("heatmap_cells", label = "Cell type(s)",
choices = list("Progenitors/cycling" = "Progenitors/cyc.",
"Oligodendrocytes",
"Ependymal",
"Astrocytes",
"Neurons",
"Non-neuroect.",
"Non-neuroectoderm" = "Non-neuroect.",
"Other"),
selected = c("Oligodendrocytes",
"Ependymal",
Expand Down

0 comments on commit 63a4017

Please sign in to comment.