-
Notifications
You must be signed in to change notification settings - Fork 166
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
[Alevin] alevin quantification produce a lot fewer cells than cell ranger count #396
Comments
Hi @ChelseaCHENX , Thanks for raising the issue. #362 this issue might help you understand more the details of the pipeline. |
Hey Avi, thanks for the quick reply!
|
Sorry for the confusion, what I meant was the alevin log, it should be inside the alevin folder of your output subdirectory with the name |
Get it - here it is:
Indeed the fractions of BC thrown away is huge. I might need to try your Thanks! |
Yep, check this line in the log:
I think the CB frequency is most probably a bimodal distribution, I'd suggest you to try |
Sure - will keep you posted - thanks! |
Hey Avi, I have ran alevin with addition of Wonder
Thanks! |
Hi @ChelseaCHENX , Thanks for confirming the counts of the number of predicted cells. Having said that, if you use expectCells with bigger value, alevin will start to include more and more cells. However as the frequency of the new CB which gets included as high confidence with each new iteration drops exponentially, and even though the new CB gets merged to a high confidence barcode its chance of affecting the quantification also drops. In summary, if you are sure about your experiment to have more cells then it's ideal to increase the value otherwise, I think, with the increased expectCells value the quants can potentially be effected but most probably not by a lot. Hope it helps ! |
Hi Avi, thanks for your detailed explanation! From my understanding: a pre-selection of high-quality cells based on 1) CB frequency - finding the knee point (in the initial whitelisting) and 2) other features (in finalized/intelligent) whitelisting is performed in alevin, while cell ranger count does step 1) related to the Based on above, the newly included cells w/ increased number of Yeah it helps - thanks! |
I hope this issue is resolved, closing due to inactivity. Feel free to reopen, in case you have any other questions. |
Is the bug primarily related to salmon (bulk mode) or alevin (single-cell mode)?
alevin
Describe the bug
alevin quantification produce a lot fewer cells than cell ranger count
To Reproduce
I used alevin and cell ranger count for the same sample and checked the expression matrix shape from alevin, as well as html report from cell ranger count. But the former is having a lot fewer
columns (cell number)
than theestimated cell number
from the latterCodes for alevin
Codes for cell ranger count
For three samples, the alevin cell numbers are 1192, 4947, 3414; while corresponding cell ranger outputs are 5150, 7618, 6404
I wonder what the problem is and how to deal with it given this huge inconsistency - suppose it could be the barcode demultiplexing problem as I did not use whitelist, but not sure.
Hope to get some help - appreciate it!
The text was updated successfully, but these errors were encountered: