Add CMap dataset

This commit is contained in:
Elias Projahn 2024-03-14 19:40:25 +01:00
parent 375c5b27ba
commit 6ef80483d2
7 changed files with 57 additions and 2 deletions

View file

@ -9,6 +9,8 @@ server <- function(custom_dataset = NULL) {
ubigen::hpa_tissues
} else if (input$dataset == "gtex_all") {
ubigen::gtex_all
} else if (input$dataset == "cmap") {
ubigen::cmap
} else {
custom_dataset
}