snpGeneServer: Shiny SNP Association

View source: R/snpGeneServer.R

snpGeneServerR Documentation

Shiny SNP Association

Description

Shiny module for SNP association mapping, with interfaces snpGeneInput, snpGeneUI and snpGeneOutput.

Usage

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

snpGeneInput(id)

snpGeneUI(id)

snpGeneOutput(id)

Arguments

id

identifier for shiny reactive

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

reactive arguments

Value

tbl with top SNPs

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


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