diff region_motif_compare.r @ 33:9525574f700f draft

Uploaded
author jeremyjliu
date Tue, 10 Feb 2015 01:02:56 -0500
parents 0e031bf8c5b1
children 4ce22698acb0
line wrap: on
line diff
--- a/region_motif_compare.r	Tue Feb 10 00:53:52 2015 -0500
+++ b/region_motif_compare.r	Tue Feb 10 01:02:56 2015 -0500
@@ -32,7 +32,7 @@
 	pwmFile = concat(workingDir, "/pwms/jaspar.jolma.pwms.from.seq.RData")
 } else if (dbCode == "m") {
 	pwmFile = concat(workingDir, "/pwms/mm9.pwms.from.seq.RData")
-} else if (dbCode == "c") { # rest of dbCode "c" implemeted when pwmFile loaded
+} else if (dbCode == "c") { # rest of dbCode "c" implemented when pwmFile loaded
 	pwmFile = concat(workingDir, "/pwms/pouya.pwms.from.seq.RData")
 	pwmFile2 = concat(workingDir, "/pwms/jaspar.jolma.pwms.from.seq.RData")
 } else {