dot_summary_plot: Dot summary plot

View source: R/dot_summary_plot.R

dot_summary_plotR Documentation

Dot summary plot

Description

Multi-fine-map summary dot plot of all lead, UCS and/or Consensus SNPs.

Usage

dot_summary_plot(dat, credset_thresh = 0.95, show_plot = TRUE, verbose = TRUE)

Arguments

dat

Data to query transcripts with.

credset_thresh

The minimum fine-mapped posterior probability for a SNP to be considered part of a Credible Set. For example, credset_thresh=.95 means that all Credible Set SNPs will be 95% Credible Set SNPs.

show_plot

Print plot to screen.

verbose

Print messages.

See Also

Other plot: add_multitrack_lines(), get_window_suffix()

Examples

dat <- echodata::BST1
gp <- echoplot::dot_summary_plot(dat = dat)

RajLabMSSM/echoplot documentation built on Oct. 24, 2023, 2:41 a.m.