integration_workflow | R Documentation |
Integrate multiple seurat objects and save to file
integration_workflow(
batches,
excluded_cells = NULL,
resolution = seq(0.2, 2, by = 0.2),
experiment_name = "default_experiment",
organism = "human",
...
)
batches |
seurat objects for all batches provided as a list. If named, the resulting integrated object will be identified with corresponding values in 'batch' metadata |
excluded_cells |
named list of cells to exclude |
resolution |
value(s) to control the clustering resolution via |
experiment_name |
arbitrary name to identify experiment |
organism |
either "human" or "mouse" |
... |
batches <- panc8 %>%
Seurat::SplitObject(split.by = "tech")
integrated_seu <- integration_workflow(batches)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.