Pam
Pam
> The problem is with the add_label() function; > > ``` > function (merged, snp) > { > merged$label = ifelse(merged$rsid %in% snp, merged$rsid, > "") > return(merged) > }...
Hi @plger Thank you for your reply. I agree that using FDR for doublet detection may not be the most appropriate approach. I’m currently working with multiome data and am...
Thank you for your answer. How to choose a better strategy is really difficult, I have been struggling for a long time. Maybe using your threshold gives me a better...
Thank you for your patient answer. Finally, still have a few final confusing questions, I hope you can help me. 1) As you mentioned earlier, the strategy of using a...
Hi, Thank you for your quick reply. 1. "delete the cells that are both double cells twice." I ran it twice as you mentioned, and one strategy was to remove...
Yes, you are right. umap was misleading. 1) I used the threshold scDblFinder.mean.score > 0.6 | (scDblFinder.mean.score > 0.3 & scDblFinder.amulet.q.value < 0.01) . Is average score a good choice?I...