View source: R/data_processing.R
singlecellexperiment_to_anndata | R Documentation |
Convert SingleCellExperiment to AnnData object
singlecellexperiment_to_anndata(sce, X_name = NULL)
sce |
object of type SingleCellExperiment |
X_name |
Name of the assay in the SingleCellExperiment to interpret as the X matrix of the AnnData object (default: first in assay list) |
AnnData object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.