MergeObject: Merge a list of rds file Seurat object

Description Usage Arguments Value

View source: R/MergeObject.R

Description

Merge a list of rds file Seurat object

Usage

1
2
3
4
5
6
7
MergeObject(
  rds.list,
  obj.list = NULL,
  output.dir = getwd(),
  save.rds = TRUE,
  ...
)

Arguments

rds.list

A vector of rds files paths

obj.list

A vector of Seurat objects

output.dir

Path to the destination folder of saved files

save.rds

Save final Seurat object in RDS format (default set to True)

...

Arguments passed to as.sparse

Value

A merged Seurat Object


Theob0t/scEasyPip documentation built on Dec. 18, 2021, 4:10 p.m.