Draw manhattan plot
manhattan(
input,
sig.level = 0.05,
method.thres = "BH",
y.max = NULL,
cex = 1,
cex.lab = 1,
lwd.thres = 1,
plot.col1 = c("dark blue", "cornflowerblue"),
cex.axis.x = 1,
cex.axis.y = 1,
plot.type = "p",
plot.pch = 16
)
Draw manhttan plot
Data frame of GWAS results where the first column is the marker names, the second and third column is the chromosome amd map position, and the forth column is -log10(p) for each marker.
Significance level for the threshold. The default is 0.05.
Method for detemining threshold of significance. "BH" and "Bonferroni are offered.
The maximum value for the vertical axis of manhattan plot. If NULL, automatically determined.
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default.
The font size of the labels.
The line width for the threshold.
This argument determines the color of the manhattan plot. You should substitute this argument as color vector whose length is 2. plot.col1[1] for odd chromosomes and plot.col1[2] for even chromosomes.
The font size of the x axis.
The font size of the y axis.
This argument determines the type of the manhattan plot. See the help page of "plot".
This argument determines the shape of the dot of the manhattan plot. See the help page of "plot".