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

[r] Port obsm/varm for ExperimentAxisQuery from Python to R #1997

Closed
johnkerl opened this issue Jan 5, 2024 · 0 comments · Fixed by #2351
Closed

[r] Port obsm/varm for ExperimentAxisQuery from Python to R #1997

johnkerl opened this issue Jan 5, 2024 · 0 comments · Fixed by #2351

Comments

@johnkerl
Copy link
Member

johnkerl commented Jan 5, 2024

Port #1930

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants