Retrieves cell-level data from MultiSampNiche objects for specified multi-sample analyses.
Usage
GetMSNicheCells(STID_obj, loop_id, niche_key, ...)
# S3 method for class 'STID'
GetMSNicheCells(
STID_obj = NULL,
loop_id = "LoopAllMulti",
niche_key = NULL,
...
)Examples
if (FALSE) { # \dontrun{
multi_cells <- GetMSNicheCells(ist_obj,
loop_id = c("comparison1", "comparison2"),
niche_key = "niche_virulence")
} # }