snpSetupServer: Shiny SNP and Allele analysis and plot module

View source: R/snpSetupServer.R

snpSetupServerR Documentation

Shiny SNP and Allele analysis and plot module

Description

Shiny module to coordinate SNP and allele analyses and plots, with interfaces snpSetupUI and snpSetupOutput.

Usage

snpSetupServer(
  id,
  job_par,
  win_par,
  phe_mx,
  cov_df,
  K_chr,
  analyses_df,
  project_info,
  allele_info,
  snp_action = shiny::reactive({
     "basic"
 })
)

snpSetupUI(id)

snpSetupOutput(id)

Arguments

id

identifier for shiny reactive

job_par, win_par, phe_mx, cov_df, K_chr, analyses_df, project_info, allele_info, snp_action

reactive arguments

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


byandell/qtl2shiny documentation built on June 11, 2025, 4:54 a.m.