In R, I converted a seurat object and a single cell experiment object to a .h5 file with scDior.
I get the following error when I try to read the file into python. 63,824 is the number of cells in my obejct. I dont know what 67 refers to. Can you advise on how to get past this error? I tried to read it in with multiple functions.
ValueError: Length of values (63824) does not match length of index (67)
In R, I converted a seurat object and a single cell experiment object to a .h5 file with scDior.
I get the following error when I try to read the file into python. 63,824 is the number of cells in my obejct. I dont know what 67 refers to. Can you advise on how to get past this error? I tried to read it in with multiple functions.
ValueError: Length of values (63824) does not match length of index (67)