View source: R/geneExonServer.R
geneExonServer | R Documentation |
Shiny module for scan1 analysis and plots, with interfaces geneExonInput
, geneExonUI
and geneExonOutput
.
geneExonServer(
id,
snp_par,
chr_pos,
top_snps_tbl,
gene_exon_tbl,
snp_action = shiny::reactive({
"basic"
})
)
geneExonInput(id)
geneExonUI(id)
geneExonOutput(id)
id |
identifier for shiny reactive |
snp_par , chr_pos , top_snps_tbl , gene_exon_tbl , 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.