Skip to content
Discussion options

You must be logged in to vote

JoinLayers is not needed for plotting functions. Internally, they automatically collect data from all layers using FetchData. So any layers matching pattern (i.e. data.1, data.2) will be included. Below is quick validation example showing that FetchData returns data for all cells in the object regardless of it being split.

Best,
Sam

library(Seurat)
#> Loading required package: SeuratObject
#> Loading required package: sp
#> 
#> Attaching package: 'SeuratObject'
#> The following objects are masked from 'package:base':
#> 
#>     intersect, t
library(scCustomize)
#> scCustomize v3.0.1.34
#> If you find the scCustomize useful please cite.
#> See 'samuel-marsh.github.io/scCustomize/articles/F…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samuel-marsh
Comment options

Answer selected by samuel-marsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants