SIGNIFICANT USER-VISIBLE CHANGES

  • No longer suggest DESeq since this package has been deprecated.

BUG FIXES

BUG FIXES

BUG FIXES

BUG FIXES

BUG FIXES

SIGNIFICANT USER-VISIBLE CHANGES

  • Add links to the example reports created when deploying the documentation website with pkgdown::deploy_to_branch(). This eliminates the need for the vignetttes/Makefile and the fake vignettes. It should also avoid confusing pkgdown.

SIGNIFICANT USER-VISIBLE CHANGES

SIGNIFICANT USER-VISIBLE CHANGES

  • Now use GenomeIndoDb::getChromInfoFromUCSC() instead of data(hg19Ideogram, package = 'biovizBase') to get the hg19 chromosome lengths.

SIGNIFICANT USER-VISIBLE CHANGES

  • Added a NEWS.md file to track changes to the package.

SIGNIFICANT USER-VISIBLE CHANGES

  • Renamed load_install() as load_check() as this function now only checks that the package(s) was installed and returns an error if missing. The error shows the user how to install the package(s) they are missing instead of installing them automatically. This complies with Marcel Ramos’ request at https://github.com/leekgroup/recount/issues/14.

NEW FEATURES

BUG FIXES

BUG FIXES

SIGNIFICANT USER-VISIBLE CHANGES

  • Use BiocManager

BUG FIXES

  • Fix namespace issue in relation to BiocStyle::html_document2

SIGNIFICANT USER-VISIBLE CHANGES

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

  • Fixed the citations.
  • Fixed DESeq2Report() for limma-results so that it will properly cite limma.

SIGNIFICANT USER-VISIBLE CHANGES

  • DESeq2Report() can now be used with other software if their results are made to look like DESeq2 results. For example, with limma-voom results.

BUG FIXES

SIGNIFICANT USER-VISIBLE CHANGES

  • Changed the default style to BiocStyle::html_document2.

SIGNIFICANT USER-VISIBLE CHANGES

  • Help pages now document advanced arguments.

SIGNIFICANT USER-VISIBLE CHANGES

  • Dropped defunct functions.

BUG FIXES

  • Fixed a bug in derfinderReport() for a case when there are significant regions but not all regions have finite areas.

SIGNIFICANT USER-VISIBLE CHANGES

  • edgeReport() now includes two edgeR specific plots: one showing the BCV and another showing a 2-dim MDS. Also added more edgeR citations that I missed earlier: thank you Gordon Smyth!

NEW FEATURES

  • Added the function edgeReport() for creating HTML or PDF reports based on edgeR results. Together with DESeq2Report() now regionReport supports the two most used packages for RNA-seq feature-level analysis.

NEW FEATURES

  • Added the templates templatePvalueHistogram and templateHistogram to be used with renderReport() if you prefer histogram plots instead of density plots.

NEW FEATURES

  • Added the function DESeq2Report() for creating HTML or PDF reports based on DESeq2 results. This should also be useful to explore derfinder results created from the expressed regions-level approach.

SIGNIFICANT USER-VISIBLE CHANGES

  • Added a digits argument to control how to round some numerical variables in all type of reports.
  • Added a theme argument to allow setting the ggplot2 theme for the plots.

BUG FIXES

  • Improved the PDF versions of all reports by hiding code and shortening tables. Also added a warning to switch the device to pdf for PDF output since it looks better than the default png.

SIGNIFICANT USER-VISIBLE CHANGES

  • Switched to using rmarkdown instead of knitrBootstrap as the default engine for creating the reports.

SIGNIFICANT USER-VISIBLE CHANGES

NEW FEATURES

NEW FEATURES

  • Added a vignette with an example report from bumphunter results.

SIGNIFICANT USER-VISIBLE CHANGES

NEW FEATURES

NEW FEATURES

  • Now uses derfinderPlot::vennRegions() to show venn diagram of genomic states. Requires derfinderPlot version 1.3.2 or greater.
  • derfinderReport() now has a significantVar argument that allows users to choose between determining significant regions by P-values, FDR adjusted P-values, or FWER adjusted P-values (if FWER adjusted P-values are absent, then FDR adjusted P-values are used instead, with a warning).

SIGNIFICANT USER-VISIBLE CHANGES

  • Deprecated functions with underscores in their names in favor of camelCase functions. This was done to simplify the package.

BUG FIXES

  • Fixed renderReport() and derfinderReport() so they’ll open the correct URL when interactive() == TRUE and the user has knitrBootstrap version 0.9.0 installed instead of the latest GitHub version.

NEW FEATURES

  • Introduced renderReport() which creates a simple exploratory report for any set of genomic regions. It allows the user to further customize the report by using a child file.
  • You can now use the output_format advanced parameter on both renderReport() and derfinderReport() to output a PDF file instead of an HTML file. The interactive tables are lost and only the top 20 rows are shown.

SIGNIFICANT USER-VISIBLE CHANGES

  • Adapted to work with bumphunter >= 1.7.6

NEW FEATURES

BUG FIXES

NEW FEATURES

  • Preparing to submit to Bioconductor.

SIGNIFICANT USER-VISIBLE CHANGES

  • Updated the vignette and the package to work with recent versions of the packages this package depends on.
  • Renamed the package from derfinderReport to regionReport and generateReport() to derfinderReport(). In the future we will add another report for a general GRanges object.
  • Simplified derfinderReport()’s call by using advanced arguments.
  • Added Travis integration.
  • Now derfinderReport() has a chrsStyle argument to match changes in derfinder version 0.0.60. chrsStyle is set to UCSC by default.

SIGNIFICANT USER-VISIBLE CHANGES

  • Made more robust for cases where there is a small number of significant DERs: need at least 3 observations by chr for the chr to be included in the density plots.

SIGNIFICANT USER-VISIBLE CHANGES

  • MA-style plots now use the scaling factor.
  • Using a GAM smoother instead of loess for MA-style plots. Helps for cases with many regions.

SIGNIFICANT USER-VISIBLE CHANGES

  • Added a vignette

BUG FIXES

  • complying with BiocCheck version 1.0.0

SIGNIFICANT USER-VISIBLE CHANGES

  • genomicState data moved to derfinder 0.0.53

SIGNIFICANT USER-VISIBLE CHANGES

  • Now requires knitrBootstrap 1.0.0
  • Matches derfinder version 0.0.49

SIGNIFICANT USER-VISIBLE CHANGES

  • Matches derfinder version 0.0.34

NEW FEATURES

  • Migrated from derfinder