View source: R/snpFeatureServer.R
snpFeatureServer | R Documentation |
Shiny module for scan1 analysis and plots, with interfaces snpFeatureInput
, snpFeatureUI
and snpFeatureOutput
.
snpFeatureServer(
id,
snp_par,
chr_pos,
snp_scan_obj,
snpinfo,
top_snps_tbl,
gene_exon_tbl,
snp_action = shiny::reactive({
"basic"
})
)
snpFeatureInput(id)
snpFeatureUI(id)
snpFeatureOutput(id)
id |
identifier for shiny reactive |
snp_par , chr_pos , snp_scan_obj , top_snps_tbl , snpinfo , gene_exon_tbl , snp_action |
reactive arguments |
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.