This function downloads and loads a large processed single-cell dataset used in the vignette and examples. The file is hosted externally so the dendroMix package remains lightweight.

load_sce_processed()

Value

A matrix.

Details

The dataset contains a PCA-reduced matrix (41,159 × 10) derived from a larger single-cell experiment object.

Examples

if (FALSE) { # \dontrun{
  sce <- load_sce_processed()
  dim(sce)
} # }