View source: R/seurat_integrate.R
reintegrate_seu | R Documentation |
split by batch
integrate
run integration pipeline and save
reintegrate_seu(
seu,
feature = "gene",
suffix = "",
reduction = "pca",
algorithm = 1,
...
)
seu |
A seurat object |
suffix |
to be appended to file saved in output dir |
reduction |
to use default is pca |
panc8$batch <- panc8$gene$tech
reintegrate_seu(panc8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.