patternServer: Shiny Pattern module

View source: R/patternServer.R

patternServerR Documentation

Shiny Pattern module

Description

Shiny module for SNP pattern plots, with interfaces patternUI and patternOutput.

Usage

patternServer(
  id,
  job_par,
  chr_pos,
  win_par,
  phe_mx,
  cov_df,
  pairprobs_obj,
  K_chr,
  analyses_df,
  patterns,
  project_info,
  allele_info,
  snp_action = shiny::reactive({
     NULL
 })
)

patternUI(id)

patternOutput(id)

Arguments

id

identifier for shiny reactive

job_par, chr_pos, win_par, phe_mx, cov_df, pairprobs_obj, K_chr, analyses_df, patterns, project_info, allele_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.