ZxZhou4150 / Redeconve

Deconvolution of spatial transcriptomics at single-cell resolution
MIT License
13 stars 0 forks source link

Fix gene.filter MT gene recognization #5

Closed zhangyz1997 closed 2 months ago

zhangyz1997 commented 2 months ago

Using grep("mt-") will match only those gene symbols that start with the lowercase "mt". To ensure comprehensive filtering, it's necessary to include "MT" in the pattern; otherwise, no genes will remain post-filtering.

ZxZhou4150 commented 2 months ago

Thanks. This is my negligence.