]> git.donarmstrong.com Git - don.git/blobdiff - posts/plotting_ethnic_regions.mdwn
fix ethnic region code segment
[don.git] / posts / plotting_ethnic_regions.mdwn
index 334eb079553903ab5a5b3e216cad97a22133f875..80e22c3991f7f4010fb283b7b8609bb4c494332e 100644 (file)
@@ -4,7 +4,7 @@ I was asked over the weekend how to plot SNPs which are associated
 with specific ethnicities; the following code is a really quick stab
 at the problem using the grid graphics engine in R.
 
-[[!sweavealike fig=1 echo=1 results="hide" code """
+[[!sweavealike fig=1 echo=1 results="hide" code="""
 require(grid)
 snp.position <- 1:10
 snp.integers <- sample.int(5,size=length(snp.position),replace=TRUE)