shinySNPSetup: Shiny SNP and Allele analysis and plot module

View source: R/shinySNPSetup.R

shinySNPSetupR Documentation

Shiny SNP and Allele analysis and plot module

Description

Shiny module to coordinate SNP and allele analyses and plots, with interfaces shinySNPSetupUI and shinySNPSetupOutput.

Usage

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

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