Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
comparison RScript.r @ 40:44fe81f39052 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 14 Sep 2015 09:03:50 -0400 |
parents | 9fdcf6bfe024 |
children | f7c07faaa3e8 |
comparison
equal
deleted
inserted
replaced
39:9fdcf6bfe024 | 40:44fe81f39052 |
---|---|
243 } else { | 243 } else { |
244 patient.fuzzy = patient.fuzzy[-1,] | 244 patient.fuzzy = patient.fuzzy[-1,] |
245 } | 245 } |
246 | 246 |
247 } else if (sum(match.filter) > 2){ | 247 } else if (sum(match.filter) > 2){ |
248 print(paste("Multiple matches found for", first.merge, "in", patient)) | 248 cat(paste("Multiple matches found for", first.merge, "in", patient), file=logfile, append=T) |
249 patient.fuzzy = patient.fuzzy[-1,] | 249 patient.fuzzy = patient.fuzzy[-1,] |
250 } else { | 250 } else { |
251 patient.fuzzy = patient.fuzzy[-1,] | 251 patient.fuzzy = patient.fuzzy[-1,] |
252 } | 252 } |
253 | 253 |