R/AllGenerics.R

#### Getters/Setters
#' @export
setGeneric("scaleFactors", function(x, value) standardGeneric("scaleFactors"))
#' @export
setGeneric("scaleFactors<-", function(x, value)
    standardGeneric("scaleFactors<-"))
#' @export
setGeneric(name="spatialCoords", def=function(x) 
    standardGeneric("spatialCoords"))
#' @export
setGeneric("spatialCoords<-", function(x, value)
    standardGeneric("spatialCoords<-"))
#' @export
setGeneric("isInTissue", function(x) standardGeneric("isInTissue"))
#' @export
setGeneric("spatialCoordsNames", function(x) 
    standardGeneric("spatialCoordsNames"))
#' @export
setGeneric(name="imagePaths", def=function(x) standardGeneric("imagePaths"))
#' @export
setGeneric("imagePaths", function(x, value) standardGeneric("imagePaths"))
#' @export
setGeneric("imagePaths<-", function(x, value)
    standardGeneric("imagePaths<-"))

Try the SpatialExperiment package in your browser

Any scripts or data that you put into this service are public.

SpatialExperiment documentation built on Nov. 8, 2020, 7:35 p.m.