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

Read condition from anndata obs #22

Merged

Conversation

fdsteffen
Copy link
Collaborator

The obs dataframe preserves the data type as it allows different datatypes for each column while the X matrix is numpy array. Keep backward compatibility and type conversion from X matrix upon table loading.

The obs dataframe preserves the data type as it allows different datatypes for each column while the X matrix is numpy array. Keep backward compatibility and type conversion from X matrix upon table loading.
@fdsteffen fdsteffen linked an issue Sep 23, 2024 that may be closed by this pull request
@fdsteffen fdsteffen merged commit 99d9299 into main Sep 23, 2024
10 checks passed
@fdsteffen fdsteffen deleted the 21-move-condition-table-from-anndata-x-matrix-to-obs branch September 23, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move condition table from anndata X matrix to obs
1 participant