SIGNIFICANT USER-VISIBLE CHANGES

  • recount3 no longer suggests using interactiveDisplayBase::display() as that package will be deprecated on bioc-devel. While the interactive sub-setting of a table was a nice little feature, it was not an important feature. Related to https://github.com/LieberInstitute/recount3/issues/57.

BUG FIXES

SIGNIFICANT USER-VISIBLE CHANGES

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

NEW FEATURES

  • Added the create_hub() function for creating UCSC track hub configuration files for using the UCSC Genome Browser to explore the recount3 BigWig base-pair coverage files.

SIGNIFICANT USER-VISIBLE CHANGES

BUG FIXES

BUG FIXES

  • read_counts() now reads the gene/exon counts for every sample as numeric instead of integer in order to support count values that exceed the 32bit integer threshold (such as 2447935369). Previously, read_counts() would report tiny fractions for such large numbers. This bug was reported by Christopher Wilks.

BUG FIXES

BUG FIXES

NEW FEATURES

  • Added expand_sra_attributes() that was contributed by Andrew E Jaffe. This function expands the SRA attributes stored in a given SRA study, which makes it easier to use that data. However, it makes it harder to merge studies and thus should be used with caution.

BUG FIXES

NEW FEATURES

  • Added a NEWS.md file to track changes to the package.
  • Documentation website is now available at http://LieberInstitute.github.io/recount3/. It gets updated with every commit on the master branch (bioc-devel) using GitHub Actions and pkgdown.