Expand description
Embedded xCell model data (xCell 1.1.0): the signatures, the scoring-gene
universe, the spillover matrix K, and the calibration table fv, for both
the RNA-seq and the microarray spill objects. All of it is exported from the
GPL-3 xCell package by benchmarks/export_xcell_data.R; xcell-rust is itself
GPL-3.0-or-later, so bundling it is license-clean.
Structs§
- Spill
Model - One xCell “spill” object: the spillover matrix
k(cell types × cell types) and the calibration tablefv(cell types ×[V1, V2, V3]). Both are indexed by cell-type name, mirroring R’s by-name matrix indexing. - XCell
Model - The full xCell model: signatures, gene universe, canonical cell-type order, and both spill objects (RNA-seq and microarray).