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

[r] Add support for ragged arrays in write_soma() #2658

Open
johnkerl opened this issue May 30, 2024 · 0 comments · May be fixed by #2523
Open

[r] Add support for ragged arrays in write_soma() #2658

johnkerl opened this issue May 30, 2024 · 0 comments · May be fixed by #2523
Assignees
Labels

Comments

@johnkerl
Copy link
Member

Seurat v5 includes support for ragged arrays, where not every layer has the same obs and vars. Seurat handles this with character indexing, but as SOMA uses integer indexing, layers will need to be padded to the minimum of max(axis_soma_joinid), dim(layer)

[sc-46644]

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

Successfully merging a pull request may close this issue.

2 participants