compare two GWAS results
2
0
Entering edit mode
3.4 years ago

I have performed two GWAS with the same trait but different populations but I don't know how to compare the two results.

thank you!!!!

GWAS SNP • 1.6k views
ADD COMMENT
0
Entering edit mode
3.4 years ago
Shicheng Guo ★ 9.4k

Create a mirrored Manhattan plot using GWAS data

https://github.com/anastasia-lucas/hudson

enter image description here

ADD COMMENT
0
Entering edit mode
3.2 years ago
DM ▴ 40

Hi,

You can use Stephen's qqman package to create Miami plots to compare your results.

library(qqman)
par(mfrow=c(2,1))
par(mar=c(0,5,3,3))
manhattan(gwasResults,ylim=c(0,10),cex=2.2,cex.lab=2.5,font.lab=2,font.axis=2,cex.axis=1.6,las=2,font=4)
par(mar=c(5,5,3,3))
manhattan(gwasResults,ylim=c(10,0),cex=2.2,cex.lab=2.5,font.lab=2,font.axis=2,cex.axis=1.6,las=2,font=4,xlab="",xaxt="n")
dev.off()
ADD COMMENT

Login before adding your answer.

Traffic: 1556 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6