plotlyman: Create a Manhattan plot using Plotly

Description Usage Arguments

View source: R/plotlyman.R

Description

Create a Manhattan plot using Plotly.

Usage

1
plotlyman(x, chr = "CHR", bp = "BP", p = "P", snp = "SNP", sigLine = 8)

Arguments

x

A data frame that contains the GWAS results.

chr

The name of the column in x that contains the chromosomes.

bp

The name of the column in x that contains the base-pair positions.

p

The name of the column in x that contains the p-values

snp

The name of the column in x that contains the variant names.

sigLine

Where to draw a genome-wide significant line in -log10 scale.


QuantGen/plotlyman documentation built on Dec. 31, 2020, 4:20 p.m.