snpSumServer | R Documentation |
Shiny module for SNP summary, with interfaces shinySNPInput
, shinySNPUI
and shinySNPOutput
.
snpSumServer(
id,
chr_pos,
top_snps_tbl,
project_info,
snp_action = shiny::reactive({
"basic"
})
)
snpSumInput(id)
snpSumUI(id)
snpSumOutput(id)
id |
identifier for shiny reactive |
chr_pos , 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.