Skip to content

Commit

Permalink
updating Rshiny app UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil committed Jun 21, 2024
1 parent 2c91d34 commit 9218e75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/plot_gs_gp/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -1102,19 +1102,19 @@ fn_across_bulk_table_predictions_server = function(input, list_list_output) {
ui <- page_fillable(
titlePanel("plot(gp)"),
bslib::navset_card_underline(
bslib::nav_panel("Within population",
bslib::nav_panel(h1(strong("WITHIN POPULATION"), style="font-size:15px; text-align:left"),
fn_within_violin_ui(),
fn_within_scatter_hist_ui()
),
bslib::nav_panel("Across populations (pairwise)",
bslib::nav_panel(h1(strong("ACROSS POPULATIONS (PAIRWISE)"), style="font-size:15px; text-align:left"),
fn_across_pair_barplot_ui(),
fn_across_pair_scatter_hist_ui()
),
bslib::nav_panel("Across populations (leave-one-out)",
bslib::nav_panel(h1(strong("ACROSS POPULATIONS (LEAVE-ONE-OUT)"), style="font-size:15px; text-align:left"),
fn_across_lopo_barplot_ui(),
fn_across_lopo_scatter_hist_ui()
),
bslib::nav_panel("Across populations (bulk)",
bslib::nav_panel(h1(strong("ACROSS POPULATIONS (BULK)"), style="font-size:15px; text-align:left"),
fn_across_bulk_violin_ui(),
fn_across_bulk_scatter_hist_ui()
)
Expand Down

0 comments on commit 9218e75

Please sign in to comment.