Does this tool support parallel computing? #13
-
When I provide an ADT count matrix of 141*212290, it seems to take more than a week to run. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @wjzwjz5 I don't think you can run it parallelly. And I agree the inference speed is the major bottleneck of the tool currently. However, your current matrix has > 200,000 droplets, which I think might have included all droplets in the raw matrix? You may want to use just the filtered matrix which include only the cell-containing droplets. Also, are all 200,000 droplets prepped and sequenced in one batch? If not, you can break down the matrix into batches and run on each batch. Our assumption on the contamination is based on per-batch level, so theoretically decontaminating on each batch of droplets are fine. |
Beta Was this translation helpful? Give feedback.
If each batch is library prepped separately, I think you should run each batch on DecontPro separately, then merge using Seurat. I would imagine each library prep batch to have different amount of contamination.