valr 0.6.0
Major changes
-
trbl_interval()
andtrbl_genome()
customtibble
subclasses have been deemed unnecessary and have been removed from the package. -
coercing
GRanges
to avalr
compatible data.frame now uses thegr_to_bed()
function rather thanas.trbl_interal()
methods.
Minor changes
-
dplyr version < 0.8.0 is no longer supported due to unnecessary code bloat and challenges with handling multiple grouping structures (#359).
-
The
sort_by
argument ofbed_random()
has been changed tosorted
, and will now by default
usebed_sort()
to sort the output, rather than rely on naming the sorting columns. Sorting can
be suppressed by usingsorted = FALSE
. -
bed_sort()
now uses base R sorting with theradix
method for increased speed. (#353) -
tbls
processed bybed_merge()
orbed_sort()
no longer store eithermerged
orsorted
as attributes, due to these attributes being rarely checked in the codebase and potential sources of unexpected behavior.