-
Notifications
You must be signed in to change notification settings - Fork 25
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] Port obsm
/varm
for ExperimentAxisQuery
from Python to R
#1997
Labels
Comments
mojaveazure
added a commit
that referenced
this issue
Mar 29, 2024
Add support for querying `*m` and `*p` layers from `SOMAExperimentAxisQuery`; note, just like `$X()`, these methods only support layers stored as `SOMASparseNDArrays` Implemented SOMA methods: - `SOMAExperimentAxisQuery$obsm()`: read an `obsm` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$varm()`: read a `varm` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$obsp()`: read an `obsp` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$varp()`: read a `varp` layer for only the coordinates in the query resolves #1997
mojaveazure
added a commit
that referenced
this issue
Mar 29, 2024
Add support for querying `*m` and `*p` layers from `SOMAExperimentAxisQuery`; note, just like `$X()`, these methods only support layers stored as `SOMASparseNDArrays` Implemented SOMA methods: - `SOMAExperimentAxisQuery$obsm()`: read an `obsm` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$varm()`: read a `varm` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$obsp()`: read an `obsp` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$varp()`: read a `varp` layer for only the coordinates in the query resolves #1997
mojaveazure
added a commit
that referenced
this issue
Mar 29, 2024
…y` (#2351) * [r] Add `obsm`, `varm`, `obsp`, and `varp` to `SOMAExperimentAxisQuery` Add support for querying `*m` and `*p` layers from `SOMAExperimentAxisQuery`; note, just like `$X()`, these methods only support layers stored as `SOMASparseNDArrays` Implemented SOMA methods: - `SOMAExperimentAxisQuery$obsm()`: read an `obsm` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$varm()`: read a `varm` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$obsp()`: read an `obsp` layer for only the coordinates in the query - `SOMAExperimentAxisQuery$varp()`: read a `varp` layer for only the coordinates in the query resolves #1997 * Update changelog Bump develop version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Port #1930
The text was updated successfully, but these errors were encountered: