alleleServer: Shiny allele coefficient analysis and plot module

View source: R/alleleServer.R

alleleServerR Documentation

Shiny allele coefficient analysis and plot module

Description

Shiny module for scan1 coefficient plots, with interfaces alleleUI and alleleOutput.

Usage

alleleServer(
  id,
  win_par,
  phe_mx,
  cov_df,
  probs_obj,
  K_chr,
  analyses_df,
  patterns,
  scan_pat,
  project_info,
  snp_action
)

alleleUI(id)

alleleOutput(id)

Arguments

id

identifier for shiny reactive

win_par, phe_mx, cov_df, probs_obj, K_chr, analyses_df, patterns, scan_pat, project_info, snp_action

reactive arguments

Value

No return value; called for side effects.

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


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