I'm looking for a function to run a Miami Plot (GWAS) which looks like this:
I will have data for 2 different GWASes. To simulate the plot, you can use this dataset (https://cran.r-project.org/web/packages/qqman/vignettes/qqman.html):
require(qqman)
head(gwasResults)
Any help will be really appreciated! Thanks a lot!