This fixes the additional bug uncovered by @lmigueel (thanks!). I went ahead and updated the conditional for whether the sleuth object is in "gene mode" to just check for the obj$gene_column. This makes the function compatible with both the old count-aggregation gene mode and the new p-value-aggregation gene mode.
Hi @pimentel,
This fixes the additional bug uncovered by @lmigueel (thanks!). I went ahead and updated the conditional for whether the sleuth object is in "gene mode" to just check for the
obj$gene_column
. This makes the function compatible with both the old count-aggregation gene mode and the new p-value-aggregation gene mode.