snpSumServer: Shiny SNP summary module

View source: R/snpSumServer.R

snpSumServerR Documentation

Shiny SNP summary module

Description

Shiny module for SNP summary, with interfaces shinySNPInput, shinySNPUI and shinySNPOutput.

Usage

snpSumServer(
  id,
  chr_pos,
  top_snps_tbl,
  project_info,
  snp_action = shiny::reactive({
     "basic"
 })
)

snpSumInput(id)

snpSumUI(id)

snpSumOutput(id)

Arguments

id

identifier for shiny reactive

chr_pos, 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.