Skip to content

Commit

Permalink
add status reporting for feature plots
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorces authored and paupaiz committed Mar 28, 2023
1 parent 6fb28fd commit 4807128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/ShinyArchRExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,9 @@ exportShinyArchR <- function(
)

embeds_points <- .safelapply(seq_along(featurePlots), function(x){
if((x %% 100) == 0) {
message("Processing feature #",x," of ",length(featurePlots)," for ", mat,".")
}
featurePlotx <- featurePlots[x][[1]]
if(!is.null(featurePlotx)){

Expand Down

0 comments on commit 4807128

Please sign in to comment.