Celda Release v1.5.11
The initial release that passed Bioconductor development build check system without error or warnings. Some notable changes compared to the current stable release version on Bioconductor:
- Most functions in Celda can now take
SingleCellExperimentobject as input and output. moduleHeatmapandceldaProbabilityMapfunctions now useComplexHeatmap::Heatmapto plot heatmaps.- Other usage improvements including addition of new functions (
selectFeatures,plotGridSearchPerplexityDiff,splitModule) and documentation updates.
The purpose of switching to SingleCellExperiment object is to incorporate count matrices, variable feature count matrices, Celda results, and column and row annotations into one overarching object. SingleCellExperiment object fits well for this task.