geneExonServer: Shiny Genes and Exons with nearby SNPs module

View source: R/geneExonServer.R

geneExonServerR Documentation

Shiny Genes and Exons with nearby SNPs module

Description

Shiny module for scan1 analysis and plots, with interfaces geneExonInput, geneExonUI and geneExonOutput.

Usage

geneExonServer(
  id,
  snp_par,
  chr_pos,
  top_snps_tbl,
  gene_exon_tbl,
  snp_action = shiny::reactive({
     "basic"
 })
)

geneExonInput(id)

geneExonUI(id)

geneExonOutput(id)

Arguments

id

identifier for shiny reactive

snp_par, chr_pos, top_snps_tbl, gene_exon_tbl, 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.