I am trying to use seuratToLiger to convert my Seurat result (from Seurat V3) into Liger obeject. However, when I use the following code, it shows an error.
combined_sample=readRDS("combined_sample.rds")
ligerex = seuratToLiger(combined_sample, combined.seurat = T, meta.var = 'original')
Error in object@raw.data[[1]] : subscript out of bounds
I have checked my Seurat file (combined_sample) and I think my file is okay.
Hi,
I am trying to use seuratToLiger to convert my Seurat result (from Seurat V3) into Liger obeject. However, when I use the following code, it shows an error.
I have checked my Seurat file (combined_sample) and I think my file is okay.
How can I fix that?