Description Usage Arguments Value
View source: R/RunIntegration.R
This function integrate a list of Seurat objects using the Seurat Anchors Integration Pipeline and the SCTransform normalization
1 2 3 4 5 6 7 8 9 10 11 12 |
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 |
resolution |
Value of the resolution parameter, use a value above (below) 1.0 if you want to obtain a larger (smaller) number of communities. |
grouping.var |
grouping variable |
find.conserved.markers |
Run FindConservedMarkers (default set to False) |
ident.1 |
Identity class to define markers for |
ident.2 |
A second identity class for comparison. If NULL (default) - use all other cells for comparison. |
save.rds |
Save final Seurat object in RDS format (default set to True) |
... |
Arguments passed to |
An integrated Seurat Object along with its visualization plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.