Mercurial > repos > davidvanzessen > clonal_sequences_in_paired_samples
comparison RScript.r @ 39:9fdcf6bfe024 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 14 Sep 2015 07:50:55 -0400 |
parents | f5b242a5337f |
children | 44fe81f39052 |
comparison
equal
deleted
inserted
replaced
38:f5b242a5337f | 39:9fdcf6bfe024 |
---|---|
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 print(paste("Multiple matches found for", first.merge, "in", patient)) |
249 patient.fuzzy = patient.fuzzy[-1,] | |
249 } else { | 250 } else { |
250 patient.fuzzy = patient.fuzzy[-1,] | 251 patient.fuzzy = patient.fuzzy[-1,] |
251 } | 252 } |
252 | 253 |
253 | 254 |