View source: R/matrices_to_assayobjects.R
matrices_to_assayobjects | R Documentation |
AssayObjects
Convert a named list of matrices to a named list of Seurat assay objects (see CreateAssayObject).
matrices_to_assayobjects(matrices, var_features = NULL, verbose = TRUE)
matrices |
A named list of matrices. |
var_features |
[Optional] A named list of feature metadata data.frames
(one per unique assay in |
verbose |
Print messages. |
a named list of Seurat assay objects.
obj <- example_obj("seurat")
l <- seurat_to_list(obj)
assaylist <- matrices_to_assayobjects(matrices = l$data,
var_features = l$var_features)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.