Version 0.15
basejump 0.15.0 (2022-03-11)
Major changes:
- Reverted back to reexporting all useful magrittr pipes, for convenience.
- Migrated some single-cell RNA-seq functions from pipette to AcidSingleCell, which are now reexported here in basejump. These include:
CellCycleMarkers,CellTypeMarkers,importCellCycleMarkers,importCellTypeMarkers. - Reexporting new classes now defined in AcidSingleCell (previously in pointillism):
CellCycleMarkers,CellTypeMarkers,KnownMarkers.
Minor changes:
- Removed from reexports:
compressExtPattern,extPattern(removed from AcideBase; refer to goalie), andlocalOrRemoteFile(removed from pipette). - Now reexporting
GenomicRanges,GenomicRangesList,IntegerRangesvirtual classes, instead ofGRanges,GRangesList,IRanges, respectively. Downstream S4 methods should be declared against these virtual classes, and never againstDFramedirectly (useDataFramevirtual class), for example. - Updated supported S4 coercion methods via
asfrom pipette package.