haploServer: Shiny haplotype analysis module

View source: R/haploServer.R

haploServerR Documentation

Shiny haplotype analysis module

Description

Shiny module for analysis based on haplotype alleles, with interface haploUI.

Usage

haploServer(
  id,
  win_par,
  pmap_obj,
  phe_mx,
  cov_df,
  K_chr,
  analyses_df,
  covar,
  analyses_tbl,
  peaks,
  project_info,
  allele_info
)

haploUI(id)

Arguments

id

identifier for shiny reactive

win_par, pmap_obj, phe_mx, cov_df, K_chr, analyses_df, covar, analyses_tbl, peaks, project_info, allele_info

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.