SrtAppend: Append a Seurat object to another

View source: R/SCP-workflow.R

SrtAppendR Documentation

Append a Seurat object to another

Description

Append a Seurat object to another

Usage

SrtAppend(
  srt_raw,
  srt_append,
  slots = slotNames(srt_append),
  pattern = NULL,
  overwrite = FALSE,
  verbose = TRUE
)

Arguments

srt_raw

A Seurat object to be appended.

srt_append

New Seurat object to append.

slots

slots names.

pattern

A character string containing a regular expression. All data with matching names will be considered for appending.

overwrite

Whether to overwrite.

verbose

Show messages.


zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.