powered by
finds the intensities getter.
sets cell Intensity slot to a new matrix. rows protein, columns are cells.
cellIntensity(object, ...)# S4 method for imcExperiment cellIntensity(object)cellIntensity(object) <- value# S4 method for imcExperiment,matrix cellIntensity(object) <- value
# S4 method for imcExperiment cellIntensity(object)
cellIntensity(object) <- value
# S4 method for imcExperiment,matrix cellIntensity(object) <- value
IMC container
additional arguments
matrix rows protein, columns are cells
imcExperiment container
# NOT RUN { data(imcdata) dim(cellIntensity(imcdata)) data(imcdata);dim(cellIntensity(imcdata)) head(t(cellIntensity(imcdata))) data(imcdata) x<-asinh(counts(imcdata)) cellIntensity(imcdata)<-x # }
Run the code above in your browser using DataLab