View source: R/geneRegionServer.R
geneRegionServer | R Documentation |
Shiny module for scan1 analysis and plots, with interfaces geneRegionInput
, geneRegionUI
and geneRegionOutput
.
geneRegionServer(
id,
snp_par,
top_snps_tbl,
project_info,
snp_action = shiny::reactive({
"basic"
})
)
geneRegionInput(id)
geneRegionUI(id)
geneRegionOutput(id)
id |
identifier for shiny reactive |
snp_par , top_snps_tbl , project_info , snp_action |
reactive arguments |
No return value; called for side effects.
Brian S Yandell, brian.yandell@wisc.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.