Learn R Programming

imcExperiment (version 0.99.0)

getDistance<-: re-assigns the distance matrix (rows are cells)

Description

re-assigns the distance matrix (rows are cells)

Usage

getDistance(object) <- value

Arguments

object

is IMC container

value

matrix rows cells, columns are distance measurements

Value

imcExperiment container

Examples

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

Run the code above in your browser using DataLab