Created
October 7, 2019 18:53
-
-
Save monogenea/0d04833b387c804087252a9cfbec07d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# QQ plot using GenABEL estlambda function | |
png(paste(target, "_QQplot.png", sep = ""), width = 500, height = 500) | |
lambda <- estlambda(GWASout$t.value**2, plot = T, method = "median") | |
dev.off() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment