-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support access to raw
slot
#53
Comments
Any thoughts on where |
That would make sense to me - I think the idea of the two ( |
👍🏻 Need to double check exactly what can be in |
As long as it has the same number of columns, you can stick it in an The other option would be to store it as a seed in a subsetted DelayedArray, so you can easily get the raw matrix via |
This should be working now in devel, you will just need to set |
Thank you! I'll give it a try and let you know if I run into problems. |
(As discussed briefly in the Bioc slack).
It would be cool if it was possible to include e.g.
adata.raw.X
as an assay in theSingleCellExperiment
(e.g., when theX
matrix in the retrievedAnnData
object contains normalized values, but you still want thatcounts
assay). It looks like theraw
slot is not a validAnnData
object in itself, so it can't be provided directly toAnnData2SCE()
:However, accessing the matrix directly works
The text was updated successfully, but these errors were encountered: