Description Usage Arguments Value Examples
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"
1 2 3 4 | subsetCase(object, value, ...)
## S4 method for signature 'imcExperiment'
subsetCase(object, value)
|
object |
IMC container |
value |
this is ROIID a single character ID |
... |
additional parameters |
returns IMC object of a single case
roi imcExperiment
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.