Skip to content

Commit

Permalink
#308 double chain removal
Browse files Browse the repository at this point in the history
Called off.the.chain twice
  • Loading branch information
ncborcherding committed Jan 18, 2024
1 parent 2d4e9eb commit 43a4db3
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/clonalCompare.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ clonalCompare <- function(input.data,

#Loop through the list to get a proportional summary
for (i in seq_along(input.data)) {
if (chain != "both") {
input.data[[i]] <- .off.the.chain(input.data[[i]], chain, cloneCall)
}
tbl <- as.data.frame(table(input.data[[i]][,cloneCall]))
tbl[,2] <- tbl[,2]/sum(tbl[,2])
colnames(tbl) <- c("clones", "Proportion")
Expand Down
Loading

0 comments on commit 43a4db3

Please sign in to comment.