Entering edit mode
6.4 years ago
seta
★
1.9k
Hi all,
I have a set of SNPs (about 2000 snps) related to a given trait, which their allele frequencies are significantly different between two populations of under study. Could you please suggest me how I can plot these SNPs in an appropriate way?
Thanks in advance
Thanks Kevin, besides p-value, I have also odds ratio (OR) that show the difference level, here. Is it needed to show it, too, in your view? if yes, could you please kindly let me know how I can show both, the p-value and OR in the same graph?
For the ORs, you should consider a Forest Plot: https://cran.r-project.org/web/packages/forestplot/vignettes/forestplot.html
So, it is not possible to show both (log.pvalue and OR) in the single graph, yes?
It is possible - you just need to be creative and design / plan it. One does not require a pre-existing package/function for everything, of course.