Closed cyw-code closed 4 months ago
And the followings are the version of my packages : Signac 1.12, SeuratObject 5.0 , Seurat 5.0
Try adding the metadata as
pbmc_small$percent.mt
instead of
pbmc_small[["percent.mt"]]
Try adding the metadata as
pbmc_small$percent.mt
instead of
pbmc_small[["percent.mt"]]
Thank you! This may be an issue of R package version compatibility.
Hi, I am getting the following error when subsetting my seurat object using seurat V5. I get the same error when trying to use the subset function. Any input would be much appreciated. Thank you.