Issue converting scanpy h5ad file to h5seurat in R #9430
-
|
Hi, I'm trying to use R to work with snRNAseq data in the GTEx portal found at this link: https://www.gtexportal.org/home/downloads/adult-gtex/single_cell When I run this code in R: library(Seurat) I get the following errors: Warning: Unknown file type: h5ad Error in private$closeFun(id) : HDF5-API Errors: A h5seurat file is produced despite the errors, and when I ran this: I got a table with the following column names: group, name, otype, dclass, and dim. The table has 57 rows. I haven't worked with this file format before, so I am unsure if this is what I am supposed to see or if the errors are causing issues. Has anyone worked with this specific file before, or does anyone have an idea as to why these errors are occurring? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Check out https://github.com/denvercal1234GitHub/anndata_Seurat_Utilities to see if it helps your case. |
Beta Was this translation helpful? Give feedback.
-
|
Th scverse team has released an official R package to perform such conversions. |
Beta Was this translation helpful? Give feedback.
Th scverse team has released an official R package to perform such conversions.
https://github.com/scverse/anndataR