View source: R/snpPatternServer.R
snpPatternServer | R Documentation |
Shiny module for top SNP analysis and plots, with interfaces snpPatternInput
, snpPatternUI
and snpPatternOutput
.
snpPatternServer(
id,
snp_par,
chr_pos,
pheno_names,
snp_scan_obj,
snpinfo,
top_snps_tbl,
gene_exon_tbl,
allele_info,
snp_action = shiny::reactive({
"basic"
})
)
snpPatternInput(id)
snpPatternUI(id)
snpPatternOutput(id)
id |
identifier for shiny reactive |
snp_par , chr_pos , pheno_names , snp_scan_obj , snpinfo , top_snps_tbl , gene_exon_tbl , allele_info , 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.