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

Documentation and recommendations regarding the dbr parameter. #110

Closed
vertesy opened this issue Sep 18, 2024 · 2 comments
Closed

Documentation and recommendations regarding the dbr parameter. #110

vertesy opened this issue Sep 18, 2024 · 2 comments

Comments

@vertesy
Copy link

vertesy commented Sep 18, 2024

Hey, thank you for the great package.

I suggest an improvement on the documentation / recommendations.

You currently write:

If you did not provide it (dbr argument), the doublet rate will be calculated automatically using expected doublet rates from 10x, meaning that the more cells captured, the higher the doublet rates. If you have reasons to think that this is not applicable to your data, set the dbr manually.

... 10X-like data tends to have roughly 1% per 1000 cells captured

I suggest to mention:

  • As per documentation, 10X standard chips data has roughly 1% doublet rate increase per 1000 cells captured. 10X High-Throughput chips the doublet rate is roughly half of that (used 2x inlets). As far as i know, their latest chip uses 4 inlets, so the expected doublet rate is 1/4 of standard chips.

(I do not see enough data to validate 10X's claims, but makes sense.)

I do the estimate as:

doublet_rate <- function(n.cells, instrument.factor = 1e5) n.cells / instrument.factor
doublet_rate(1e3)
doublet_rate(1e4)

where instrument.factor can be doublet for HT chips.

@plger
Copy link
Owner

plger commented Sep 19, 2024

Hi,
thanks for bringing this to my attention.
I've added a dbr.per1k argument (also changed the default 1% to 0.8%, had meant to do that for a while) and updated the documentation accordingly. Let me know if you think anything is unclear.
Pierre-Luc

@vertesy
Copy link
Author

vertesy commented Sep 19, 2024

That's Great, Thank you!

@plger plger closed this as completed Sep 23, 2024
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