inst/shinyapp/ui/help.R

ui.page_help <- function() {

  navbarMenu(
    title = "Help",
    icon = icon("question-circle"),
    # tabPanel(
    #   "Usage",
    #   fluidPage(
    #     includeMarkdown(set_md_path("usage.md"))
    #   )
    # ),
    # tabPanel(
    #   "Tutorial Book",
    #   fluidPage(
    #     includeMarkdown(set_md_path("tmp.md"))
    #   )
    # ),
    tabPanel(a("Tutorial Book", 
               href="https://lishensuo.github.io/UCSCXenaShiny_Book/",
               target="_blank")),
    tabPanel(
      "TPC ID Query",
      ui.modules_id_reference("modules_id_reference")
    ),

    # tabPanel(a("Package doc", 
    #            href="https://openbiox.github.io/UCSCXenaShiny/index.html",
    #            target="_blank")),
    tabPanel(
      "Citation",
      fluidPage(
        includeMarkdown(set_md_path("citation2.md"))
      )
    ),
    # tabPanel(
    #   "Extra Datasets",
    #   fluidPage(
    #     includeMarkdown(set_md_path("datasets.md"))
    #   )
    # ),
    # tabPanel(a("Feature overview", 
    #            href="https://oup.silverchair-cdn.com/oup/backfile/Content_public/Journal/bioinformatics/38/2/10.1093_bioinformatics_btab561/1/btab561_supplementary_data.pdf?Expires=1656169623&Signature=rJ6nWlQTfnLBq4O4r5CshbOoVclqyRN7jiibdgO7cGER8Fm-PCArYkzWp~oyhZxu7~VYdPtygAYjssguu9OsYi~OiSf5QCFA9S4Ws7BaNaxK7-oxqduZX9uK6I00IMHC4ED1jovLs3X44rx7Pk--RwFrYoAYV1u8M9UiiCTfTyX3JzySHqA0FDpi5MvKSPOwg5tqquCHUsg9pMB2uahyuhmyJ1R0n7YGhagmAT~nh0irTEtiEEgTrXtNRgcVTTUHsDvEl-QCU9jEssma0oxQxwoipeLlRWygOEPM1KffojCEvNetQDQnQqpePrDiGLkhqM3PkyUtnc62wwjkvhH1KA__&Key-Pair-Id=APKAIE5G5CRDK6RD3PGA",
    #            target="_blank"))
    tabPanel(a("UCSCXenaShiny v1", 
               href="https://shixiangwang.shinyapps.io/ucscxenashiny/",
               target="_blank"))
  )
}

Try the UCSCXenaShiny package in your browser

Any scripts or data that you put into this service are public.

UCSCXenaShiny documentation built on May 29, 2024, 1:10 a.m.