Container for one or more SpiDEFit objects (one per niche
bandwidth) plus the cross-bandwidth combined inference and the tidy
results table produced by testSpiDE().
Slots
fitsa list of SpiDEFit objects, one per bandwidth.
sigmaa numeric, the bandwidth grid.
conditiona character, the condition (colData column) tested;
NA_character_in "niche" mode.modea character, the design mode: "condition" or "niche". In "niche" mode
conditionisNA_character_and theresults.celltype/results.patienttables are empty.indexa character, the index cell types considered.
nichea character, the niche cell types considered.
covariatesa character, the nuisance covariates included.
coldataa DataFrame of sample-level metadata.
gene.weightsa matrix of per-gene Cauchy-combination weights (genes x bandwidth).
p.cauchy.posa matrix, Cauchy-combined up-regulation p-values.
p.cauchy.nega matrix, Cauchy-combined down-regulation p-values.
resultsa data.frame, the tidy results table (empty until
testSpiDE()is run), keyed by (gene, ct_index, ct_niche, bandwidth).results.celltypea data.frame of cell-type-specific response calls keyed by (gene, ct_index), from the
CellType:conditionblock. Empty unless the design carries that block. Retrieved withresults(object, type = "celltype").results.patienta data.frame of patient-level response calls, one abundance-weighted contrast per gene. Empty unless the design carries the
CellType:conditionblock. Retrieved withresults(object, type = "patient").diagnosticsa list of two-stage diagnostic tables (
r2,inclusion,tau2); empty for the GLM path.fdra numeric, the FDR threshold used.
callthe matched call that produced the object.