Skip to content

Commit 6751d6f

Browse files
committed
Update methods.R
1 parent 34dc8ba commit 6751d6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/methods.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ dec_cci_all <- function(object, n_neighbor = 10, min_pairs = 5, min_pairs_ratio
698698
}
699699
}
700700
}
701+
doParallel::stopImplicitCluster()
702+
parallel::stopCluster(cl)
701703
res_receptor_tf <- NULL
702704
res_lrpair <- NULL
703705
res_cellpair <- list()

0 commit comments

Comments
 (0)