Description Usage Arguments Value
This function integrates separate batches of cells typically processed by process_counts_hash.
1 | align_sers(sers, meta_file = "metadata.csv", ref = NULL)
|
sers |
A list of Seurat objects to align. The objects should be normalized with variable genes ID'd. |
meta_file |
Path to a metadata file containing all metadata by sample. Cell barcodes should be sample_name-XXXXXXXX and the metadata file should have sample_name as the first column. |
ref |
NULL or integer specifying which ser in the sers list to use as a reference. If NULL then all combinations will be calculated and the best integration pass selected. |
Integrated Seurat object with mnn components as pca reduction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.