View source: R/data_processing.R
build_anndata | R Documentation |
Create anndata object from single cell expression matrix, cell type labels and gene symbols
build_anndata(x, obs, var, obsm = NULL, varm = NULL)
x |
single cell expression matrix, rows = genes, columns = samples |
obs |
vector of cell type labels |
var |
vector of gene symbols |
obsm |
Key-indexed multi-dimensional observations annotation of length #observations. |
varm |
Key-indexed multi-dimensional variables annotation of length #variables. |
AnnData object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.