UMAP plot coloured by sample, with randomised cell order. We see that cells from distinct samples from the same batch overap. therefore, we can conclude that the batch unit is sequencing batch and not sample.
params$dir1 |> dir(pattern="plot_umap_output", full.names = T) |> map(~ readRDS(.x)[[1]] + ggtitle(.x))
## [[1]]
##
## [[2]]
##
## [[3]]
##
## [[4]]
##
## [[5]]
##
## [[6]]
##
## [[7]]
##
## [[8]]
##
## [[9]]
##
## [[10]]
##
## [[11]]
##
## [[12]]
UMAP plot coloured by sequencing multiplex batch, with randomised cell
order.
params$dir1 |> dir(pattern="plot_umap_output", full.names = T) |> map(~ readRDS(.x)[[2]] + ggtitle(.x))
## [[1]]
##
## [[2]]
##
## [[3]]
##
## [[4]]
##
## [[5]]
##
## [[6]]
##
## [[7]]
##
## [[8]]
##
## [[9]]
##
## [[10]]
##
## [[11]]
##
## [[12]]