Add points of -log10(p) corrected by kernel methods to manhattan plot
manhattan.plus(
input,
checks,
cex = 1,
plot.col1 = c("dark blue", "cornflowerblue"),
plot.col3 = c("red3", "orange3"),
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.
The marker numbers whose -log10(p)s are corrected by kernel methods.
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default.
This argument determines the color of the manhattan plot. You should substitute this argument as a color vector whose length is 2. plot.col1[1] for odd chromosomes and plot.col1[2] for even chromosomes.
Color of -log10(p) corrected by kernel methods. plot.col3[1] for odd chromosomes and plot.col3[2] for even chromosomes
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".