Skip to content

Commit

Permalink
Update CalculateTumourPurity.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ASextonOates committed Mar 26, 2020
1 parent 0fca630 commit 6f7d8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CalculateTumourPurity.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CalculateLump <- function(BetaTable) {
}
Purity <- sapply(Mean, LumpCalc)
FinalTable <- rbind(BetaLump, Mean, Purity)
rownames(FinalTable)[c(43,44)] <- c("Mean", "Purity")
rownames(FinalTable)[c(nrow(FinalTable)-1,nrow(FinalTable))] <- c("Mean", "Purity")
return(FinalTable)
}

Expand Down

0 comments on commit 6f7d8d4

Please sign in to comment.