genetica:r_qqplot
Codigo para hacer un qq plot en R
Esto saca los p-valuse de un archivo y hace un png con el qqplot
read.table("toqqplot.txt", sep=" ", header = TRUE)->x x["P"]->x0 t(x0)->x0t qqnorm(x0t); qqline(x0t) dev.copy(png,'qq.png') dev.off()
http://astrostatistics.psu.edu/datasets/2006tutorial/html/stats/html/qqnorm.html
genetica/r_qqplot.txt · Last modified: 2020/08/04 10:58 by 127.0.0.1