From b6f5057ecad0aee9881e2a6a1c868b6ed328d06e Mon Sep 17 00:00:00 2001 From: Young Sherlock Date: Wed, 9 Oct 2024 04:46:01 +0800 Subject: [PATCH] Update CFmatrixParse.R --- R/CFmatrixParse.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/CFmatrixParse.R b/R/CFmatrixParse.R index 6b8bf92..0525b43 100644 --- a/R/CFmatrixParse.R +++ b/R/CFmatrixParse.R @@ -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