Learn R Programming

imcExperiment (version 0.99.0)

getMorphology<-: re-assigns morphological features can be stored (matrix) rows are cells and columns are Area, etc.

Description

re-assigns morphological features can be stored (matrix) rows are cells and columns are Area, etc.

Usage

getMorphology(object) <- value

Arguments

object

is IMC container

value

matrix rows cells, columns are Area, Eccentricity, etc.

Value

imcExperiment container

Examples

Run this code
# NOT RUN {
data(imcdata)
x<-matrix(1,nrow=ncol(imcdata),ncol=4)
getMorphology(imcdata)<-x
# }

Run the code above in your browser using DataLab