You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: