You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generated an SCE object with an alternative experiment test storing a 3000x22058 matrix. However, when writing it out and then reading it back in I get the following:
Thanks for giving {zellkonverter} a go. Firstly, just for clarification, the .h5ad file format doesn't have a concept of alternative experiments so this is one of the things that can't be directly converted from a SingleCellExperiment. The closest thing is the raw slot which is similar but there can only be one in a file.
We are currently able to read the raw slot from a file but not write it to a new .h5ad. There may have been a technical reason for this but more likely it was just overlooked. If this is a feature you would like to have we can discuss adding it (or a PR would be even better).
Hello!
I am having an issue where Alternative Experiments aren't being loaded when I try to read a .h5ad file after writing with
writeH5AD()
.For example:
I generated an SCE object with an alternative experiment
test
storing a 3000x22058 matrix. However, when writing it out and then reading it back in I get the following:Is there anyway Alternative Experiments could be stored such that you can read/write them, as well as have them show up as a
layer
in anndata?The text was updated successfully, but these errors were encountered: