shinySNPPattern: Shiny top SNP analysis and plot module

View source: R/shinySNPPattern.R

shinySNPPatternR Documentation

Shiny top SNP analysis and plot module

Description

Shiny module for top SNP analysis and plots, with interfaces shinySNPPatternInput, shinySNPPatternUI and shinySNPPatternOutput.

Usage

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

Arguments

id

identifier for shiny reactive

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

reactive arguments

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


byandell/qtl2shiny documentation built on July 23, 2024, 9:25 p.m.