Skip to content

Commit 84760a2

Browse files
committed
reduce memory usage
1 parent 41f15bf commit 84760a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

run_analysis_pyclone.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ rm(allR)
406406
ltmat <- as.matrix(labelTrace[-1:-burnIn, ssm$mutation_id])
407407
ltmat <- ltmat + 1
408408
psm <- comp.psm(ltmat)
409-
unique(psm)
410409
colnames(psm) <- ssm$mutation_id
411410
rownames(psm) <- ssm$mutation_id
412411
allRR[ssm$mutation_id, ssm$mutation_id] <- psm

0 commit comments

Comments
 (0)