powered by
finds the spatial coords, getter.
getCoordinates(object)# S4 method for imcExperiment getCoordinates(object)# S4 method for imcExperiment,matrix getCoordinates(object) <- value
# S4 method for imcExperiment getCoordinates(object)
# S4 method for imcExperiment,matrix getCoordinates(object) <- value
is IMC container
matrix rows cells, columns are x,y
imcExperiment container
# NOT RUN { data(imcdata) getCoordinates(imcdata) data(imcdata) getCoordinates(imcdata) data(imcdata) x<-getCoordinates(imcdata) getCoordinates(imcdata)<-as.matrix(x) # }
Run the code above in your browser using DataLab