Skip to content

Commit

Permalink
change the logic of ui
Browse files Browse the repository at this point in the history
  • Loading branch information
womeimingzi11 committed Jul 31, 2021
1 parent 4721cb8 commit 5e9e9ee
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ ui <- fluidPage(
h3("Distribution and Method detection"),
DTOutput("df_dist_n_method"),
helpText("Once a p value < 0.0001, it will display as 0.0000."),
h3("Select statistic methods manually"),
fluidRow(column(width=12,uiOutput("method_determine_select"))),
helpText("Select statistic methods automatically is not always suitable for every case.
Histgram and Q-Q plot were also helpful for method selection."),
h3('Density Plot'),
plotOutput("ggplot_hist"),
h3('Q-Q Plot'),
Expand All @@ -169,6 +165,13 @@ ui <- fluidPage(
),
tabPanel(
'Comparisons',
h3("Select statistic methods"),
fluidRow(column(width=12,uiOutput("method_determine_select"))),
# helpText("Select statistic methods automatically is not always suitable for every case.
# Histgram and Q-Q plot were also helpful for method selection."), fluidRow(column(width=12,uiOutput("method_determine_select"))),
# h3("Select statistic methods manually"),
helpText("Select statistic methods automatically is not always suitable for every case.
Histgram and Q-Q plot were also helpful for method selection."),
h3('Significance test between groups'),
downloadButton('dl_compare_ls',
'Download'),
Expand Down

0 comments on commit 5e9e9ee

Please sign in to comment.