When I run demuxlet, I get the following:
SNG.POSTERIOR is always equal to 1 (even with DROPLET.TYPE==DBL)
BEST.POSTERIOR is always a negative number
From reading other github issues, it looks like the negative values for BEST.POSTERIOR is a bug, and the posterior probability of the best guess is actually PP = e^BEST.POSTERIOR. But even when I do this transformation, this results in
PP=1 for all barcodes with DROPLET.TYPE==DBL
PP=0 for all barcodes with DROPLET.TYPE==SNG
Has anyone else seen this?
When I run demuxlet, I get the following:
SNG.POSTERIOR is always equal to 1 (even with DROPLET.TYPE==DBL)
BEST.POSTERIOR is always a negative number
From reading other github issues, it looks like the negative values for BEST.POSTERIOR is a bug, and the posterior probability of the best guess is actually PP = e^BEST.POSTERIOR. But even when I do this transformation, this results in
PP=1 for all barcodes with DROPLET.TYPE==DBL
PP=0 for all barcodes with DROPLET.TYPE==SNG
Has anyone else seen this?