Description Usage Arguments Value Examples
Sets the coordinate positions of each cell (matrix), columns are X,Y positions.
1 | getCoordinates(object) <- value
|
object |
is IMC container |
value |
matrix rows cells, columns are x,y |
imcExperiment container
1 2 3 | data(imcdata)
x<-getCoordinates(imcdata)
getCoordinates(imcdata)<-as.matrix(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.