comparison RScript.r @ 67:40c72b9ffc79 draft

Uploaded
author davidvanzessen
date Fri, 20 Nov 2015 11:41:30 -0500
parents ef3ac4f431bb
children ef13f0a3f4d6
comparison
equal deleted inserted replaced
66:ef3ac4f431bb 67:40c72b9ffc79
944 png(paste(label1, "_", label2, "_", label3, "_", onShort, "_indiv_all.png", sep=""), width=1920, height=1080) 944 png(paste(label1, "_", label2, "_", label3, "_", onShort, "_indiv_all.png", sep=""), width=1920, height=1080)
945 print(plt) 945 print(plt)
946 dev.off() 946 dev.off()
947 } 947 }
948 948
949 if(nrow(triplets) != 0){ 949 if(F & nrow(triplets) != 0){
950 950
951 cat("<tr><td>Starting triplet analysis</td></tr>", file=logfile, append=T) 951 cat("<tr><td>Starting triplet analysis</td></tr>", file=logfile, append=T)
952 952
953 triplets$uniqueID = "ID" 953 triplets$uniqueID = "ID"
954 954