Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monogenea/0d04833b387c804087252a9cfbec07d5 to your computer and use it in GitHub Desktop.
Save monogenea/0d04833b387c804087252a9cfbec07d5 to your computer and use it in GitHub Desktop.
# 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