Description Usage Arguments Value Author(s) References See Also Examples
View source: R/scAlignSeuratWrapper.R
Converts a list of Seurat objects into a list of Single Cell Experiment objects Extends the native Seurat function "as.SingleCellExperiment" by adding the capability to pass lists of Seurat objects
1 | as.SingleCellExperimentList(seurat.obj, genes.use = NULL)
|
seurat.obj |
List of Seurat objects to be converted to Single Cell Experiment objects. |
genes.use |
A character vector of gene names which exhibit variable expression across all datasets |
A correctly initialized SingleCellExperiment object
Tyler Brassel, Nelson Johansen, Gerald Quon
Johansen, N., Quon, G. scAlign: a tool for alignment, integration, and rare cell identification from scRNA-seq data. Genome Biol 20, 166 (2019) doi: https://doi.org/10.1186/s13059-019-1766-4
<https://github.com/quon-titative-biology/scAlign>
1 | sce.objects = as.SingleCellExperimentList(seurat.obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.