Version 0.4
AcidSingleCell 0.4.0 (2023-10-04)
Major changes:
- Now enforcing strict camel case in all function names.
- Renamed
convertSampleIDsToNamestoconvertSampleIdsToNames.
Minor changes:
- Updated unit tests to reflect changes in AcidTest package update.
AcidSingleCell 0.4.1 (2023-10-27)
Minor changes:
- Migrated
indropsSampleIndexCountsfrom koopa R package here. - Updated some internal
leftJoinsteps to ensure we don’t type switch.
AcidSingleCell 0.4.2 (2024-03-27)
Minor changes:
-
importCellCycleMarkers,importCellTypeMarkers: reworked internal code to no longer usemakeGeneToSymbolFromEnsembl, which is slated to be removed in the next AcidGenomes package update. Instead it is recommended to usemakeGRangesFromEnsemblto generate aGRangesobject first, and then generateGeneToSymbolin a secondary call. - Added code coverage for
CellCycleMarkersandCellTypeMarkersgenerators. - Improved factor handling in
CellCycleMarkersandCellTypeMarkersoutput.