You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I cannot read my loom file that was converted from a Seurat object. I ran following command in R:
ldat <- read.loom.matrices(file = "XXX")
but Error message showed :
reading loom file via hdf5r...
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': An object with name layers/spliced does not exist in this group
I can't figure out why after days. I am wondering is there any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I cannot read my loom file that was converted from a Seurat object. I ran following command in R:
ldat <- read.loom.matrices(file = "XXX")
but Error message showed :
reading loom file via hdf5r...
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': An object with name layers/spliced does not exist in this group
I can't figure out why after days. I am wondering is there any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered: