Hello,
I'm using seurat pipeline to analyze the single cell RNA-seq data. I m stuck with one problem I found two clusters with out gene A expression but this specific gene is expressed in all other clusters. It is important this gene it should be expressed so I would like to remove the two clusters which does not express it. But I use subset and invert = TRUE
commands and recluster the data it changes original UMAP structure. Can any body suggest an other way to remove the clusters based on gene expression.
Thank you,
Ni
using
subset
is a suitable method to remove cells in a given set of clusters. If you want to retain the original UMAP and clustering results then don't recluster.