snpPatternServer: Shiny top SNP analysis and plot module

View source: R/snpPatternServer.R

snpPatternServerR Documentation

Shiny top SNP analysis and plot module

Description

Shiny module for top SNP analysis and plots, with interfaces snpPatternInput, snpPatternUI and snpPatternOutput.

Usage

snpPatternServer(
  id,
  snp_par,
  chr_pos,
  pheno_names,
  snp_scan_obj,
  snpinfo,
  top_snps_tbl,
  gene_exon_tbl,
  allele_info,
  snp_action = shiny::reactive({
     "basic"
 })
)

snpPatternInput(id)

snpPatternUI(id)

snpPatternOutput(id)

Arguments

id

identifier for shiny reactive

snp_par, chr_pos, pheno_names, snp_scan_obj, snpinfo, top_snps_tbl, gene_exon_tbl, allele_info, snp_action

reactive arguments

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


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