SrtAppend | R Documentation |
Append a Seurat object to another
SrtAppend(
srt_raw,
srt_append,
slots = slotNames(srt_append),
pattern = NULL,
overwrite = FALSE,
verbose = TRUE
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.