powered by
1. compute MCA embeddings
# S3 method for mca compute(object, dims.use = 1:10, genes.use = rownames(object))
returns a dataframe with cells as rows and mca coordinates as columns
a seurat object
which mca dimensions to use; default is the first 10 dimensions
which genes to use; default is all genes in the object
# \donttest{ pbmc <- Seurat::CreateSeuratObject(pbmc.mtx, meta.data = pbmc.meta) ce <- compute.mca(object = pbmc) # }
Run the code above in your browser using DataLab