Skip to content
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

I want to convert the layers in the h5ad file to a Seurat object. How should I proceed? #11

Open
bijingnibaba opened this issue Jan 18, 2025 · 1 comment

Comments

@bijingnibaba
Copy link

I want to convert the layers in the h5ad file to a Seurat object. How should I proceed?

@iaaka
Copy link
Contributor

iaaka commented Jan 20, 2025

Hi, for now there is no build in option for taking data from layers. I can only suggest to load matrix by something like schard::h5ad2Matrix('adata.h5ad','/layers/spliced') and to use it to construct/modify Seurat object manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants