Skip to content

Releases: rnabioco/valr

valr 0.8.2

30 Aug 22:08
Compare
Choose a tag to compare
  • Address NOTE on CRAN about Rd link targets.

  • Change maintainer email address.

valr 0.8.1

22 Apr 19:57
Compare
Choose a tag to compare
  • Make vdiffr dependency optional during package testing.

valr 0.8.0

04 Apr 20:39
Compare
Choose a tag to compare
  • Added bed_genomecov() to compute interval coverage across a genome.

valr 0.7.0

18 Sep 19:41
Compare
Choose a tag to compare
  • read_bed and related functions now automatically calculate the fields. Use of n_fields was deprecated.

valr 0.6.8

16 May 14:49
Compare
Choose a tag to compare
  • bed_closest() now reports all x intervals, even when there are no closest y intervals (e.g. when there is no matching chromosome in y intervals). These intervals are returned populated with NA for .overlap, .dist and y interval locations.

  • Reimplemented bed_closest() to use binary search rather than an interval tree search. The closest y interval can be missed with the previous search strategy in high depth interval trees.

  • Fix off by one error when using max_dist argument in bed_cluster() (#401).

v0.6.7

18 Feb 22:48
Compare
Choose a tag to compare
  • Removed SystemRequirements from DESCRIPTION to eliminate a NOTE on CRAN.

  • bed_coverage() now reports intervals from x with no matching group in y (#395).

v0.6.6

11 Oct 18:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

valr 0.6.5

19 Aug 14:53
Compare
Choose a tag to compare
  • Handle max_dist for first intervals in bed_cluster() (#388)

v0.6.4

08 Dec 23:12
Compare
Choose a tag to compare

Minor changes

  • Fixed intron score numbering error in create_introns (#377 @sheridar)

  • Fixed bug in handling of list inputs for bed_intersect()(#380 @sheridar)

  • Added read_bigwig and read_gtf functions to import data into valr compatible tibbles (#379)

  • Kent Riemondy is now maintainer.

valr 0.6.3

15 May 12:53
Compare
Choose a tag to compare
  • Update to prepare for readr 2.0.0