diff merge_and_filter.r @ 3:275ab5175fd6 draft

Uploaded
author davidvanzessen
date Thu, 27 Oct 2016 09:40:45 -0400
parents e85fec274cde
children 012a738edf5a
line wrap: on
line diff
--- a/merge_and_filter.r	Thu Oct 27 07:26:45 2016 -0400
+++ b/merge_and_filter.r	Thu Oct 27 09:40:45 2016 -0400
@@ -194,6 +194,10 @@
 	result[!higher_than,"best_match"] = paste("unmatched,", result[!higher_than,"best_match"])
 }
 
+if(class.filter == "101_101"){
+	result$best_match = "all"
+}
+
 if(any(higher_than, na.rm=T)){
 	#summ = summ[higher_than,]
 }