Skip to content

Commit

Permalink
fix one bug in verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojieqiu committed Nov 17, 2017
1 parent ae1457b commit 72baf13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/clustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ clusterCells <- function(cds,
t_end <- Sys.time()

if(verbose) {
cat("DONE ~",t4[3],"s\n")
message("Run phenograph DONE, totally takes ", t_end - t_start, " s.")
cat(" Return a community class\n -Modularity value:", modularity(optim_res),"\n")
cat(" -Number of clusters:", length(unique(membership(optim_res))))
Expand Down

0 comments on commit 72baf13

Please sign in to comment.