shinyPattern: Shiny Pattern module

View source: R/shinyPattern.R

shinyPatternR Documentation

Shiny Pattern module

Description

Shiny module for SNP pattern plots, with interfaces shinyPatternUI and shinyPatternOutput.

Usage

shinyPattern(
  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
 })
)

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 Nov. 9, 2023, 7:58 p.m.