geneRegionServer: Shiny Genes in SNP Region module

View source: R/geneRegionServer.R

geneRegionServerR Documentation

Shiny Genes in SNP Region module

Description

Shiny module for scan1 analysis and plots, with interfaces geneRegionInput, geneRegionUI and geneRegionOutput.

Usage

geneRegionServer(
  id,
  snp_par,
  top_snps_tbl,
  project_info,
  snp_action = shiny::reactive({
     "basic"
 })
)

geneRegionInput(id)

geneRegionUI(id)

geneRegionOutput(id)

Arguments

id

identifier for shiny reactive

snp_par, top_snps_tbl, project_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 June 11, 2025, 4:54 a.m.