Learn R Programming

imcExperiment (version 0.99.0)

getCoordinates<-: Sets the coordinate positions of each cell (matrix), columns are X,Y positions.

Description

Sets the coordinate positions of each cell (matrix), columns are X,Y positions.

Usage

getCoordinates(object) <- value

Arguments

object

is IMC container

value

matrix rows cells, columns are x,y

Value

imcExperiment container

Examples

Run this code
# NOT RUN {
data(imcdata)
x<-getCoordinates(imcdata)
getCoordinates(imcdata)<-as.matrix(x)
# }

Run the code above in your browser using DataLab