Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use median absolute deviations for filtering #53

Open
keller-mark opened this issue Jan 22, 2025 · 0 comments
Open

Use median absolute deviations for filtering #53

keller-mark opened this issue Jan 22, 2025 · 0 comments

Comments

@keller-mark
Copy link
Member

Hi,
Thanks for the data products, they are very helpful.

It looks like for filtering, this is currently done using fixed thresholds

sc.pp.filter_cells(adata, min_genes=200)

I want to share that the current best practice is to use median absolute deviations https://www.sc-best-practices.org/preprocessing_visualization/quality_control.html#filtering-low-quality-cells

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant