Entering edit mode
10.9 years ago
thjnant
▴
160
Hello,
I have a huge SNP dataset of 25 millions SNP genome wide. I have divided it into different chromosomes and this FST plot is for chromosome 1. To generate this plot and for it to be visually tractable, I have chosen SNPs every 50 bp. But the plot is still not very good and there are many many SNPs with the same overall FST value. I was wondering is there any way to reduce the noise in this plot, kind of taking down most points, something like logarithm. Any help is very much appreciated.
Thanks a lot in advance.
Seems like you are using
ggplot
to plot these, did you try to use jitter and addalpha
value to your dots, so they will be semi-transparent?