shinyGeneExon: Shiny Genes and Exons with nearby SNPs module

View source: R/shinyGeneExon.R

shinyGeneExonR Documentation

Shiny Genes and Exons with nearby SNPs module

Description

Shiny module for scan1 analysis and plots, with interfaces shinyGeneExonInput, shinyGeneExonUI and shinyGeneExonOutput.

Usage

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

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 Nov. 9, 2023, 7:58 p.m.