-
Notifications
You must be signed in to change notification settings - Fork 123
Description
Hi Chris,
Thank you for developing this very helpful tool.
I have a question about the doublet estimation hope you give some help.
After we picking pK and defining the pANN threshold, then go further to make final doublet/singlet
predictions. If I understand correctly, we need to set a potential doublet rate when estimating doublet proportion, like the testing code set it as 0.075,
nExp_poi <- round(0.075*length([email protected]))
But in our own data, we don't really know the doublet rate for each sample in advance. And I try to set 0.075 and 0.06 respectively using one sample as testing, the predicting doublets distribution look very similar, just the number are different. I found 412 doublets when setting it as 0.075, and 386 doublets when setting as 0.06.
BM1_0.075.pdf
BM1_0.06.pdf
In this case, do you have any suggestion about how to pick a reasonable potential doublet rate.
Thank you!
Mengping