Subset cells in Seurat and Anndata objects such that they have identical cellIDs.
intersect_seurat_adata.Rd
Given a Seurat object obj, and an anndata object adata, calculates the intersection of cell names between colnames(obj) and adata.obs_names, and subsets both objects to their intersection.