Version 0.2
AcidSingleCell 0.2.0 (2022-03-11)
Significantly reworked the package, migrating some single-cell RNA-seq analysis code that was previously defined in pointilllism package, but is generally applicable for any type of single-cell RNA-seq. We are reworking the pointillism package to function primarily as an extension toolkit for Seurat and monocle3.
New functions and classes:
- Migrated
barcodeRanksPerSample,cellCountsPerCluster,cpm,diffExp,diffExpPerCluster,findMarkers, andnormalizemethods that dispatch onSingleCellExperimenthere from pointillism. - Migrated
CellCycleMarkers,CellTypeMarkers, andKnownMarkersclasses here from pointillism.
Major changes:
-
export: ReworkedSingleCellExperimentmethod to support new BiocIO generic approach. This method functions similarly toSummarizedExperimentmethod, but also exportsreducedDimsmatrices to disk as well.
Minor changes:
- Multiple changes to NAMESPACE, reflecting migration of code from pointillism.
-
filterCells: Package metadata is now defined as"packageName"and"packageVersion", instead of previously using just"version". - Migrated
KnownMarkersgeneric from here to AcidGenerics. Previously this was defined in pointillism package.