gg_Manhattan_Zoom
gg_Manhattan_Zoom.Rd
Creates a manhattan plot zoomed in to a particular region.
Usage
gg_Manhattan_Zoom(
folder,
trait,
chr,
start,
end,
title = trait,
markers = NULL,
labels = markers,
vlines = markers,
vline.colors = "red",
models = c("GLM", "MLM", "CMLM", "MLMM", "SUPER", "FarmCPU", "BLINK")
)
Arguments
- folder
Folder containing GWAS results.
- trait
The trait to read.
- chr
Chromosome to plot.
- start
Start position on chromosome.
- end
End position on chromosome.
- title
A title for the plot.
- markers
Markers to be labelled.
- labels
Labels to be used for markers.
- vlines
Markers which will be used as a location for a vertical lines.
- vline.colors
colors for each vertical line.
- models
Models to read.