subsetCase: subsets the imcExperiment to a case along with all slots for...

Description Usage Arguments Value Examples

Description

subsets the imcExperiment to a case along with all slots for a single ROI, using for distance analysis

method to subset the slots, requires colData with column "ROIID"

Usage

1
2
3
4
subsetCase(object, value, ...)

## S4 method for signature 'imcExperiment'
subsetCase(object, value)

Arguments

object

IMC container

value

this is ROIID a single character ID

...

additional parameters

Value

returns IMC object of a single case

roi imcExperiment

Examples

1
2
3
4
5
6
data(imcdata)
myCase<-subsetCase(imcdata,"30-BM16-202_7Pre_s1_p1_r4_a4_ac")
myCase
data(imcdata)
myCase<-subsetCase(imcdata,"30-BM16-202_7Pre_s1_p1_r4_a4_ac")
myCase

arcolombo/imcExperiment documentation built on Aug. 21, 2021, 2:59 a.m.