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

emptyDrops not producing the same results as cellranger 3.+ #42

Open
anoronh4 opened this issue Apr 25, 2020 · 3 comments
Open

emptyDrops not producing the same results as cellranger 3.+ #42

anoronh4 opened this issue Apr 25, 2020 · 3 comments

Comments

@anoronh4
Copy link

Hello,

I've recently tried to "replicate" cellranger analysis by running STAR solo and then empty drops on the unfiltered data. STAR solo gives me the correct (as in, the same as cellranger 3.0) number of unfiltered droplets, but emptyDrops is not so faithful, as i mentioned here: alexdobin/STAR#879

I am getting nearly 6x the count that I got with cellranger 3. Do you have any insight as to what parameters I can tweak in emptyDrops to get the same count? It would save us some time in testing if this was already a solved problem.

I appreciate your time in advance. Have a great weekend!

@LTLA
Copy link
Collaborator

LTLA commented Apr 25, 2020

Hold on. emptyDrops is not being "unfaithful" to CellRanger. In fact, the opposite is true; CellRanger is unfaithful to emptyDrops. They took inspiration from the algorithm but implemented the general idea in their own way; you can examine the methodological differences on their website.

I guess they had their reasons for changing stuff, and it would have been nice if they made a PR back into DropletUtils to implement a "CellRanger mode" in emptyDrops. But they didn't, and I don't care to have to chase after their development team to get the same results, so here we are.

@anoronh4
Copy link
Author

anoronh4 commented Apr 25, 2020

Didn't mean any offense, but my goal is to replicate cellranger with emptyDrops, not the other way around, thus the choice of words. Anyways, I understand your position and appreciate the response.

@LTLA
Copy link
Collaborator

LTLA commented Apr 25, 2020

Without further details about your circumstances, the only general advice I can give is to check your knee point estimates and/or filter out mitochondrial and ribosomal genes; see #36.

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