Skip to content

Commit

Permalink
reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
keyuan committed Jul 6, 2016
1 parent 41f15bf commit 84760a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_analysis_pyclone.R
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ rm(allR)
ltmat <- as.matrix(labelTrace[-1:-burnIn, ssm$mutation_id])
ltmat <- ltmat + 1
psm <- comp.psm(ltmat)
unique(psm)
colnames(psm) <- ssm$mutation_id
rownames(psm) <- ssm$mutation_id
allRR[ssm$mutation_id, ssm$mutation_id] <- psm
Expand Down

0 comments on commit 84760a2

Please sign in to comment.