Skip to content

Commit

Permalink
S5.Simulate.Rnd.Networks.sc6_21.R
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jan 31, 2024
1 parent 0d312e5 commit c952772
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export(transfer_labels_seurat)
export(umapHiLightSel)
export(umapNamedClusters)
export(whitelist.subset.ls.Seurat)
export(writeMetadataToTsv)
export(writeCombinedMetadataToTsvFromLsObj)
export(ww.calc_helper)
export(ww.check.if.3D.reduction.exist)
export(ww.check.quantile.cutoff.and.clip.outliers)
Expand Down
2 changes: 1 addition & 1 deletion R/Seurat.Utils.Metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ set.all.genes <- function(obj = combined.obj) iprint("Use calc.q99.Expression.an
#' @title Combine Metadata from a list of Seurat objects and Write to TSV
#'
#' @description
#' `writeMetadataToTsv` takes a list of ls.Obj, extracts their `@meta.data` slots,
#' Formerly `writeMetadataToTsv`. `writeCombinedMetadataToTsvFromLsObj` takes a list of ls.Obj, extracts their `@meta.data` slots,
#' removes specified columns, checks for column consistency, creates a barplot showing the number
#' of rows per object, and finally merges these into one large data frame.
#'
Expand Down
2 changes: 2 additions & 0 deletions R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -3580,6 +3580,8 @@ xsave <- function(
background_job = FALSE,
showMemObject = TRUE, saveParams = TRUE) {

message(nthreads, " threads.")

try(tictoc::tic(), silent = TRUE)
if (showMemObject) {
try(memory.biggest.objects(), silent = TRUE)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/xsave.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c952772

Please sign in to comment.