pachterlab / sleuth

Differential analysis of RNA-Seq
http://pachterlab.github.io/sleuth
GNU General Public License v3.0
305 stars 95 forks source link

Emergency patch to fix #190, part 2 #192

Closed warrenmcg closed 4 years ago

warrenmcg commented 6 years ago

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.