View source: R/gsdensity_functions.R
compute.mca | R Documentation |
1. compute MCA embeddings
## S3 method for class 'mca'
compute(object, dims.use = 1:10, genes.use = rownames(object))
object |
a seurat object |
dims.use |
which mca dimensions to use; default is the first 10 dimensions |
genes.use |
which genes to use; default is all genes in the object |
returns a dataframe with cells as rows and mca coordinates as columns
pbmc <- Seurat::CreateSeuratObject(pbmc.mtx, meta.data = pbmc.meta)
ce <- compute.mca(object = pbmc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.