manhattan_plot: Create Manhattan plot

View source: R/manhattan_plot.R

manhattan_plotR Documentation

Create Manhattan plot

Description

Create Manhattan plot

Usage

manhattan_plot(data, chrom = NULL, thresh = NULL, rotate.label = FALSE)

Arguments

data

data frame with columns for marker, chrom, position, and score

chrom

optional, to plot only one chromosome

thresh

optional, to include horizontal line at discovery threshold

rotate.label

TRUE/FALSE whether to rotate x-axis labels to be perpendicular

Details

Assumes position in bp

Value

ggplot2 object


jendelman/StageWise documentation built on Feb. 23, 2025, 11 a.m.