Retrieves cell-level data from SingleSampNiche objects for specified samples.
Usage
GetSSNicheCells(STID_obj, loop_id, niche_key, ...)
# S3 method for class 'STID'
GetSSNicheCells(
STID_obj = NULL,
loop_id = "LoopAllSamp",
niche_key = NULL,
...
)Examples
if (FALSE) { # \dontrun{
niche_cells <- GetSSNicheCells(ist_obj,
loop_id = c("sample1", "sample2"),
niche_key = "niche_virulence")
} # }