Skip to content

Celda Release v1.5.11

Choose a tag to compare

@zhewa zhewa released this 18 Oct 20:48
f748bec

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 SingleCellExperiment object as input and output.
  • moduleHeatmap and celdaProbabilityMap functions now use ComplexHeatmap::Heatmap to 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.