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

Issue on page /preprocessing_visualization/quality_control.html #242

Open
partrita opened this issue Oct 24, 2023 · 0 comments
Open

Issue on page /preprocessing_visualization/quality_control.html #242

partrita opened this issue Oct 24, 2023 · 0 comments

Comments

@partrita
Copy link

partrita commented Oct 24, 2023

Next, we additionally filter out genes that are not detected in at least 20 cells as these are not informative.

print(f"Total number of genes: {adata.n_vars}")

# Min 20 cells - filters out 0 count genes
sc.pp.filter_genes(adata, min_cells=20)
print(f"Number of genes after cell filter: {adata.n_vars}")

Please provide more explanation regarding the description above. Why the exclusion of the at lease 20 cells filter out is necessary.

Thanks in advance.

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