mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Add CMap dataset
This commit is contained in:
parent
375c5b27ba
commit
6ef80483d2
7 changed files with 57 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue