Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 37: Line 37:  
* Draw QQ plot using the following R commands
 
* Draw QQ plot using the following R commands
   −
  > source('/data/stom2014/session2/r/qqconf.r')
+
  > source('/data/stom2014/session2/r/qqconf.r')
 
  > T <- read.table('~/out/naive.assoc.linear',header=TRUE)
 
  > T <- read.table('~/out/naive.assoc.linear',header=TRUE)
 
  > pdf('~/out/naive.pdf')
 
  > pdf('~/out/naive.pdf')
  > qq.conf.beta(T$P)> dev.off()
+
  > qq.conf.beta(T$P)
 +
> dev.off()
    
* Add --adjust option to enable genomic control
 
* Add --adjust option to enable genomic control

Navigation menu