diff mutation_analysis.r @ 33:ac9a4307861a draft

Uploaded
author davidvanzessen
date Thu, 16 Apr 2015 09:36:19 -0400
parents 2433a1e110e1
children e022c21f8c47
line wrap: on
line diff
--- a/mutation_analysis.r	Thu Apr 09 08:58:59 2015 -0400
+++ b/mutation_analysis.r	Thu Apr 16 09:36:19 2015 -0400
@@ -284,7 +284,7 @@
 
 
 result = data.frame(matrx)
-row.names(result) = c("Number of Mutations (%)", "Transition (%)", "Transversions (%)", "Transitions at G C (%)", "Targeting of C.G (%)", "FR S/R (ratio)", "CDR S/R (ratio)")
+row.names(result) = c("Number of Mutations (%)", "Transition (%)", "Transversions (%)", "Transitions at G C (%)", "Targeting of C.G (%)", "FR R/S (ratio)", "CDR R/S (ratio)")
 
 write.table(x=result, file="mutations.txt", sep=",",quote=F,row.names=T,col.names=F)