Entering edit mode
3.0 years ago
dominik.lagler
▴
30
Hei i created a Manhattan Plot via qqman and i used the "annotatePval" argument unfortunatly everything is fine so far except the labels are overlapping. This is my code
manhattan(out, chr="CHR", bp="BP", snp="SNP", p="P", suggestiveline = 4.65, genomewideline = 5.95, annotatePval = 0.000040, annotateTop = FALSE, highlight = intrestingSNPs )
Does anyone has an idea how to fix this without ggrepel?