Open eblchen opened 8 months ago
I had the same issue. Following the suggestion from Alexis-Varin #27 solved my issue.
adata[["RNA"]] <- as(object = adata[["RNA"]], Class = "Assay")
SaveH5Seurat(adata,overwrite = T,verbose = T, filename ='./adata.h5Seurat')
Convert('./adata.h5Seurat',dest='h5ad')
Having difficulty converting h5Seurat to Anndata. Had similar issues to #27 in the SaveH5Seurat step(), resolved by FindVariableFeatures() suggestion. Now having issues with the Convert() step:
Same error as quoted by Rohit-Satyam in #166. Have tried downgrading to Seurat and SeuratObject v4, also didn't solve the issue.
N.B. I can add the SCT assay, the error is only when I try to add the RNA assay and I need the uncorrected counts in the AnnData object.