Skip to content

Commit

Permalink
Update CFmatrixParse.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xiayh17 authored Oct 8, 2024
1 parent 26cfff5 commit b6f5057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/CFmatrixParse.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cf2treedata <- function(CFmatrix_file) {
## drop it
zero_cells_index=sum_cell==0
if (sum(zero_cells_index)>0) {
warning(c(length(zero_cells_index)," Cells Not contain any mutation. Removed!"))
warning(c(sum(zero_cells_index)," Cells Not contain any mutation. Removed!"))
}

## remove
Expand Down

0 comments on commit b6f5057

Please sign in to comment.