Skip to content

P-value aggregation and many bugfixes

Compare
Choose a tag to compare
@pimentel pimentel released this 08 Jun 00:09
· 11 commits to master since this release

version 0.30.0

This version integrates p-value aggregation as described in Yi et al..
The behavior of gene-level differential expression testing now follows this procedure:

  1. Isoform-level testing.
  2. P-value aggregation at the gene level (using target_mapping) by the lancaster method.

Thank you to Lynn Yi for implementing p-value aggregation.
Please see pull request #148 for details.

The API has also slightly changed. Particularly, for sleuth_prep, several options have been moved to optional arguments via .... See pull request #168 for more information or ?sleuth_prep in R.

A fair amount of speed up and bug fixes have also been implemented.

A major thanks to Warren McGee for doing the majority of the heavy lifting on all of the bug fixes.