2011-10-03: version 0.1.25 - Changes to the documentation and to the vignette. New functions added and more support for gene names and strange exonids. 2011-07-12: version 0.1.11 - Parallelization possibility added to the code, with its description in the vignette and single exon genes ignored properly. 2011-07-01: version 0.1.10 - 'estimateSizeFactors' and 'estimatedispersions' function added as S4 methods, no more problems when loading DESeq and DEXSeq in the same R session 2012-05-21: version 1.3.2 - More options and flexibilty added to "estimatelog2FoldChanges" 2012-06-26: version 1.3.3 - Now any function relies on the order of the levels of the factors. 2012-11-28: version 1.5.3 - The TRT method is implemented, for people with a big number of samples without completions or speed issues 2013-02-27: version 1.5.3 - A parameter -r was added to the python scripts, that allow the users either to ignore the exonic bins belonging to several genes and treat the genes separately, or merge the genes into an aggregate gene. The equivalent R implementations of the python scripts were finally added. 2013-09-12: version 1.7.14 - Changes to vignette to provide more of an end-to-end description of the work flow. - Changes to function names to now make two-row tables (TRT) rather than BM the default; changed vignette to reflect this. - Added appendix explaining TRT to vignette. 2014-03-21: version 1.9.7 - Major code revisions: the ExonCountSet object was deprecated and substituted by the DEXSeqDataSet class, a subclass of the DESeqDataSet. - DEXseq now uses the DESeq2 package as internal engine and backbone for all analyses - All functions and methods for the ExonCountSet object were replaced by new functions - DEXSeq is now better integrated with other Bioconductor packages - We now use knitr to build the vignette