-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unknown file type: h5seurat #166
Comments
I am also getting the same error |
Okay this is weird. When I run ring.mca<-mca[,c(mca$STAGE_HR == "ring" & mca$singleR %in% c("2hpi","4hpi") )] %>% NormalizeData()%>% FindVariableFeatures( selection.method = "vst", nfeatures = 2000)
SaveH5Seurat(ring.mca, filename = "ring.h5Seurat",verbose = TRUE, overwrite = TRUE)
Warning: Overwriting previous file ring.h5Seurat
Creating h5Seurat file for version 3.1.5.9900 But then a new error emerges when I run
|
Hi @mojaveazure, I was wondering if you guys looked into this behavior of the package? Edit1: I even tried
|
@Rohit-Satyam I faced the same problem. Downgrading Seurat and SeuratObject to v4 solved the issue for me. |
I have this same problem when trying to convert a (source) h5Seurat file to a (dest) h5ad file.
only exists in Convert.H5File |
Thank you very much @chloesavignac downgrading fixed the issue for me |
Hey everyone,
I am trying to convert Seurat to AnnData via h5Seurat following this guide https://mojaveazure.github.io/seurat-disk/articles/convert-anndata.html. My Object has 3 assays (RNA, ADT and SCT) and multiple reductions. Unfortunately, I have two issues:
SeuratDisk::SaveH5Seurat(CD8_adt.harmony_sct_WNN, filename = "CD8_adt.harmony_sct_WNN.h5Seurat", overwrite = T, verbose = T)
Although the error comes up, I still get a h5Seurat file saved.
I have tried to save the object both as "h5seurat" and "h5Seurat" without success.
Thanks in advance!
The text was updated successfully, but these errors were encountered: