-
Notifications
You must be signed in to change notification settings - Fork 45
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
Extra AnnData in Table? #270
Comments
Hi @AdemSaglamRB 😊 When we designed the package we had extensive discussions on having one versus multiple tables (see for example some notes here #43). For instance one disadvantage of not having multiple tables in the same object is that one would have to use separate objects to represent multimodal data, but in turn one advantage is that the APIs for data manipulation are generally simpler to implement. After balancing the pros and cons we decided to support single tables in our first release, collect feedbacks from the users, and see how to relax this limitation. To represent multiple modalities you can go for one of the following:
Our preferred ways are the first two, but we recognize that none of these is optimal and we are exploring alternatives. To this regard, it would be appreciated if you could share an outline of your use cases (which multi-modal data you want to store and which types of cross-modality operations/manipulations you want to perform). |
Hi @LucaMarconato , Thank you for your answer. The multi-omics data I have been dealing with encompass RNA, protein and ATAC-seq information.
Because of the different size of the count matrices, having different layers in On the other side, the solution I was thinking about was that the Out of curiosity, how do you use multiple Thank you for your help. |
Thank you for the explanation of your use case, we will consider this feedback when discussion the new table designs. Having a
|
Thank you for your answer @LucaMarconato . Then we can close this thread. |
Hello,
For multi-omics data, is it possible to add more tables to Table in a spatialdata object?
The text was updated successfully, but these errors were encountered: