Description Usage Arguments Value Examples
finds the intensities getter.
sets cell Intensity slot to a new matrix. rows protein, columns are cells.
1 2 3 4 5 6 7 8 9 | cellIntensity(object, ...)
## S4 method for signature 'imcExperiment'
cellIntensity(object)
cellIntensity(object) <- value
## S4 replacement method for signature 'imcExperiment,matrix'
cellIntensity(object) <- value
|
object |
IMC container |
... |
additional arguments |
value |
matrix rows protein, columns are cells |
imcExperiment container
imcExperiment container
imcExperiment container
imcExperiment container
1 2 3 4 5 6 7 | data(imcdata)
dim(cellIntensity(imcdata))
data(imcdata);dim(cellIntensity(imcdata))
head(t(cellIntensity(imcdata)))
data(imcdata)
x<-asinh(counts(imcdata))
cellIntensity(imcdata)<-x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.