Allow selecting the expression dataset

This commit is contained in:
Elias Projahn 2022-12-01 21:23:46 +01:00
parent 2f24812c90
commit 510fafeb6e
15 changed files with 110 additions and 57 deletions

8
R/ui.R
View file

@ -19,6 +19,14 @@ ui <- function() {
h3("Your genes"),
gene_selector_ui("custom_genes"),
h3("Method"),
selectInput(
"dataset",
label = strong("Expression dataset"),
list(
"GTEx (all samples)" = "gtex_all",
"Human Protein Atlas (tissues)" = "hpa_tissues"
)
),
selectInput(
"cross_sample_metric",
verticalLayout(