-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create R API examples #5
Comments
Hi @ambrosejcarr ... Aaron Lun pointed this project out to me and I wanted to let you know that we at Bioconductor are interested and willing to devote effort to achieving interoperability with SingleCellExperiment. Since we've invested quite a bit of effort in HDF5 as a back end (both for on-disk and for the HSDS API) we are interested in comparative data on effectiveness of TileDB as a back end in this domain. If you have example data for benchmarking the new API let us know. |
@vjcitn that's great to hear! We're thrilled to hear that you're interested in working on this. Our next steps are to add R-based API examples to the draft, solicit feedback, and then create an initial implementation for benchmarking and further iteration. We'd love to have your critique of the API draft and your help in benchmarking. Would you be interested in getting on a call to hear a bit more about the project goals? If yes please contact me at [email protected] and we can set up a time. |
Hi @ambrosejcarr -- just checking in here -- if we can help at the R end in any way, let us know. |
Thanks for checking in, and sorry for being a bit quiet. We've been focused organizing work towards demonstrating a proof of concept for this API specification. Our initial focus is on establishing an effective feedback loop as quickly as possible. We think the way to do that is to enable an in-memory round trip of data from Seurat, Bioconductor, and Scanpy, through the tiledb implementation of the matrix API, and back to a Seurat, Bioconductor, and Scanpy object. We're planning to use the 10x Multiome data as our first test case. Our approach will be to use TileDB array primitives which will be composed using a C++ API and R and python shims, and aim to have this done by the middle of February. After we have this work completed, we see at least three ways we want to collaborate:
We also expect to post a draft development roadmap next week, and will welcome your feedback on the sequencing of work. We appreciated the feedback on not leaving multiomics for later during our earlier call and have incorporated that into the plan. If this sounds good, we'll get back in touch with the roadmap, and from there will probably want to get some meetings on the calendar for an initial demo, and some synchronization calls to follow. |
Sounds good to me. We are definitely able to collaborate in items 1-3. I am keeping the Bioconductor Technical Advisory Board abreast of this issue stream, so we should have input from multiple highly engaged voices. |
The R API of |
Draft R API examples and request review.
The text was updated successfully, but these errors were encountered: