ewaff.manhattan.plot: Manhattan plot

View source: R/plots.r

ewaff.manhattan.plotR Documentation

Manhattan plot

Description

Manhattan plot

Usage

ewaff.manhattan.plot(
  chr,
  pos,
  estimates,
  p.values,
  sig.threshold = 1e-07,
  title = "Manhattan plot"
)

Arguments

chr

Chromosome.

pos

Position.

estimates

A vector of estimates.

p.values

A vector of p-values, one per association test.

sig.threshold

P-value threshold for significance (Default: 1e-7).

title

Title for the plot (Default: "Manhattan plot").

Value

ggplot showing the Manhattan plot.


perishky/ewaff documentation built on Jan. 31, 2024, 11:29 p.m.