Add gene selector for custom genes

This commit is contained in:
Elias Projahn 2022-05-30 21:27:18 +02:00
parent 780e608ee1
commit 5f5670171d
8 changed files with 168 additions and 36 deletions

7
R/style.R Normal file
View file

@ -0,0 +1,7 @@
#' Custom CSS to tweak the rendering.
#' @noRd
custom_css <- function() {
tags$head(
tags$style(".nav-hidden { height: 0 }")
)
}