MergeSTData | R Documentation |
Merges Seurat objects containing Spatial Transcriptomics data while
making sure that the images and spot coordinates are correctly structures.
If you use the default merge
function you will not be able
to use any of the STUtility visualization methods on the output object.
MergeSTData( x = NULL, y = NULL, add.spot.ids = NULL, merge.data = TRUE, project = "SeuratProject", ... )
x |
Seurat object |
y |
Seurat object (or list of multiple Seurat obejcts) |
add.spot.ids |
A character vector of length(x = c(x, y)). Appends the corresponding values to the start of each objects' spot names. |
merge.data |
Merge the data slots instead of just merging the counts (which requires renormalization). This is recommended if the same normalization approach was applied to all objects. |
project |
Sets the project name for the Seurat object. |
... |
Arguments passed to other methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.