changeset 35:32d8a5abed4c draft

Uploaded
author davidvanzessen
date Wed, 26 Aug 2015 05:51:20 -0400
parents 37d9074ef2c6
children d592dab2fca1
files RScript.r
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Wed Aug 26 05:19:55 2015 -0400
+++ b/RScript.r	Wed Aug 26 05:51:20 2015 -0400
@@ -223,8 +223,8 @@
         
         
         #remove the fuzzy merged clone sequences from the original datasets
-        patient1 <<- patient1[patient1$Clone_Sequence != patient1.fuzzy[1,"Clone_Sequence"],]
-        patient2 <<- patient2[patient2$Clone_Sequence != patient2.fuzzy[agrep.match,"Clone_Sequence"],]
+        patient1 = patient1[patient1$Clone_Sequence != patient1.fuzzy[1,"Clone_Sequence"],]
+        patient2 = patient2[patient2$Clone_Sequence != patient2.fuzzy[agrep.match,"Clone_Sequence"],]
         
         scatterplot_data = scatterplot_data[scatterplot_data$merge != current.clone.seq.2,]