Allow filtering by rank

This commit is contained in:
Elias Projahn 2021-11-02 13:41:03 +01:00
parent 667eb8f2a3
commit b57297dfdf
4 changed files with 107 additions and 32 deletions

12
R/ui.R
View file

@ -6,17 +6,7 @@ ui <- fluidPage(
sidebarPanel(
width = 3,
preset_editor_ui("preset_editor"),
h3("Filter criteria"),
uiOutput("n_species_slider"),
sliderInput(
"cutoff",
"Cut-off score",
post = "%",
min = 0,
max = 100,
step = 1,
value = 50
),
filters_ui("filters"),
methods_ui("methods")
),
mainPanel(