Skip to content

Commit

Permalink
pass logFile to plotEmbedding
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorces authored and paupaiz committed Mar 28, 2023
1 parent 4807128 commit b6b1287
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/ShinyArchRExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ exportShinyArchR <- function(
embedding = embedding,
rastr = FALSE,
size = 0.5,
threads = threads,
logFile = logFile
) + ggtitle(paste0("Colored by ", cellColEmbeddings[x])) +
theme(
text = element_text(size=12),
Expand Down Expand Up @@ -408,7 +410,8 @@ exportShinyArchR <- function(
imputeWeights = getImputeWeights(ArchRProj = ArchRProj),
plotAs = "points",
rastr = TRUE,
threads = threads
threads = threads,
logFile = logFile
)

embeds_points <- .safelapply(seq_along(featurePlots), function(x){
Expand Down

0 comments on commit b6b1287

Please sign in to comment.