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

why should we filter cell which has low percent of ribosomal reads? #15

Open
gudeqing opened this issue Jul 19, 2022 · 1 comment
Open

Comments

@gudeqing
Copy link

hi, here are two filtering steps of this tutorial:

selected_mito <- WhichCells(data.filt, expression = percent_mito < 0.2)
selected_ribo <- WhichCells(data.filt, expression = percent_ribo > 0.05)

would you please explain more about why we should filter cell which has low percent of ribosomal reads?

@dmj6288
Copy link

dmj6288 commented Jul 27, 2023

I'd also like to add that percent_mito < 0.2 does not filter cells with less than 20 % MT expression. It filters cells less than 0.2 % MT expression. This is only when you use method 1 of calculating MT percent, because it returns the percentage rather than the fraction as is implied here.

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

2 participants