snpPlotServer: Shiny scan1 SNP analysis and plot module

View source: R/snpPlotServer.R

snpPlotServerR Documentation

Shiny scan1 SNP analysis and plot module

Description

Shiny module for scan1 analysis and plots, with interfaces snpPlotUI and snpPlotOutput.

Usage

snpPlotServer(
  id,
  snp_par,
  chr_pos,
  pheno_names,
  snp_scan_obj,
  snpinfo,
  snp_action = shiny::reactive({
     "basic"
 })
)

snpPlotUI(id)

snpPlotOutput(id)

Arguments

id

identifier for shiny reactive

snp_par, chr_pos, pheno_names, snp_scan_obj, snpinfo, 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.