cbind,SpatialFeatureExperiment-method | R Documentation |
On top of the cbind
method of SpatialExperiment
, this method is
needed to properly merge the spatialGraphs
field in the different SFE
objects. rowGeometries
and annotGeometries
also need to be
combined properly.
## S4 method for signature 'SpatialFeatureExperiment'
cbind(..., deparse.level = 1)
... |
SFE objects to cbind. |
deparse.level |
See |
A combined SFE object.
library(SFEData)
sfe_small <- McKellarMuscleData(dataset = "small")
sfe_small2 <- McKellarMuscleData(dataset = "small2")
sfe2 <- cbind(sfe_small, sfe_small2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.