claassenlab / MORESCA

This repository provides a template and some resources on standardized scRNA-seq analysis using Python.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Quality control currently does not remove cells or genes #49

Closed janschleicher closed 11 months ago

janschleicher commented 11 months ago

Currently, the quality_control function does not remove any cells or genes. This is most likely the case because subsetting of the AnnData object cannot be done in place. Therefore, the option to perform QC in place should be removed, instead always returning an AnnData object.