changeset 72:51d92233fb5d draft

Uploaded
author davidvanzessen
date Wed, 04 May 2016 04:28:02 -0400
parents 9165bec41c02
children 13c3710604ef
files mutation_analysis.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mutation_analysis.r	Wed May 04 03:48:57 2016 -0400
+++ b/mutation_analysis.r	Wed May 04 04:28:02 2016 -0400
@@ -229,7 +229,7 @@
 		  matrx[10,y] = round(f(tmp$VRegionNucleotides, na.rm=T), digits=1)
 		  matrx[10,z] = round(matrx[10,x] / matrx[10,y], digits=1)
 		  
-		  matrx[11,x] = round(f(rowSums(tmp[,c("CDR1.IMGT.Nb.of.nucleotides", "CDR3.IMGT.Nb.of.nucleotides")], na.rm=T)), digits=1)
+		  matrx[11,x] = round(f(rowSums(tmp[,c("CDR1.IMGT.Nb.of.nucleotides", "CDR2.IMGT.Nb.of.nucleotides")], na.rm=T)), digits=1)
 		  matrx[11,y] = round(f(tmp$VRegionNucleotides, na.rm=T), digits=1)
 		  matrx[11,z] = round(matrx[11,x] / matrx[11,y], digits=1)
 	  }