View source: R/mediateServer.R
mediateServer | R Documentation |
Shiny module for scan1 coefficient plots, with interfaces mediateUI
and mediateOutput
.
mediateServer(
id,
job_par,
win_par,
patterns,
phe_mx,
cov_df,
probs_obj,
K_chr,
analyses_df,
pmap_obj,
covar,
analyses_tbl,
peaks,
project_info,
allele_info
)
mediateUI(id)
mediateOutput(id)
id |
identifier for shiny reactive |
job_par , win_par , patterns , phe_mx , cov_df , probs_obj , K_chr , analyses_df , pmap_obj , covar , analyses_tbl , peaks , project_info , allele_info |
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.