Make gene Manhattan plot
gene_manhattan_plot(
gene.pip.res,
chr = "chr",
pos = "pos",
gene_name = "gene_name",
gene_pip = "gene_pip",
gene.pip.thresh = 0.8,
highlight = TRUE,
ylim = 1.2,
point.size = 2,
label.size = point.size * 2,
font.size = 15,
max.overlaps = 20,
title = ""
)
Gene mapping result
Name of the chr column in the gene mapping result
Name of the pos column in the gene mapping result
Name of the gene name column in the gene mapping result
Name of the gene PIP column in the gene gene mapping result
Gene PIP cutoff (default: 0.8)
Highlight genes with gene PIP > gene.pip.thresh
Truncate gene PIP to ylim value in the plot.
Size of the points.
Size of the labels.
Font size of the text.
Exclude text labels that overlap too many things.
Title of the plot