inst/application/panels/ui/alignmentTabItem_ui.R

alignmentTabItem <- fluidPage(
  h1("Alignment"),
  # h2("Reference"),
  # uiOutput("refNameAlignemnt_ui"),
  # uiOutput("refSizeAlignemnt_ui"),
  # uiOutput("refTypeAlignemnt_ui"),
  # h2("Table"),
  # withLoader(dataTableOutput(outputId = "resultNto1")),
  # h2("Distribution"),
  # fluidRow(
  #   column(6,
  #          withLoader(plotOutput("scorePlot", height = 700)),
  #          div(style="display: inline-block",
  #              dropdownButton(
  #                tags$h3("Save parameters"),
  #                numericInput("ggsave_width_scorePlot", label = "Width", min = 1, value = 29 ),
  #                numericInput("ggsave_height_scorePlot", label = "Height", min = 1, value = 21 ),
  #                selectInput("ggsave_unit_scorePlot", label = "Unit", choices = c("in", "cm", "mm"),selected = "cm"),
  #                numericInput("ggsave_dpi_scorePlot", label = "DPI", min = 1, value = 300 ),
  #                selectInput("ggsave_format_scorePlot", label = "Unit",
  #                            choices = c("eps", "ps", "tex", "pdf", "jpeg", "tiff", "png", "bmp", "svg" ),
  #                            selected = "png"),
  #                circle = TRUE, status = "myClass", icon = icon("gear"), width = "300px",
  #                tooltip = tooltipOptions(title = "Click to see save parameters !")
  #              )),
  #          div(style="display: inline-block", downloadButton('downloadPlot_scorePlot','Download Plot'))
  #   ),
  #
  #   column(6,
  #          withLoader(plotOutput("pidPlot", height = 700)),
  #          div(style="display: inline-block",
  #              dropdownButton(
  #                tags$h3("Save parameters"),
  #                numericInput("ggsave_width_pidPlot", label = "Width", min = 1, value = 29 ),
  #                numericInput("ggsave_height_pidPlot", label = "Height", min = 1, value = 21 ),
  #                selectInput("ggsave_unit_pidPlot", label = "Unit", choices = c("in", "cm", "mm"),selected = "cm"),
  #                numericInput("ggsave_dpi_pidPlot", label = "DPI", min = 1, value = 300 ),
  #                selectInput("ggsave_format_pidPlot", label = "Unit",
  #                            choices = c("eps", "ps", "tex", "pdf", "jpeg", "tiff", "png", "bmp", "svg" )
  #                            ,selected = "png"),
  #                circle = TRUE, status = "myClass", icon = icon("gear"), width = "300px",
  #                tooltip = tooltipOptions(title = "Click to see save parameters !")
  #              )),
  #          div(style="display: inline-block", downloadButton('downloadPlot_pidPlot','Download Plot'))
  #   )
  # )
)
IFB-ElixirFr/PIPprofileR documentation built on June 21, 2022, 7:13 a.m.