Adding scVIVA-Tools and scIB-Metrics to the ecosystem package registry - #399
Open
ori-kron-wis wants to merge 2 commits into
Open
Adding scVIVA-Tools and scIB-Metrics to the ecosystem package registry#399ori-kron-wis wants to merge 2 commits into
ori-kron-wis wants to merge 2 commits into
Conversation
Member
|
Will have look soon. |
Contributor
|
Should scviva-tools become a core package (maybe not immediately)? After all it contains a couple of models that were previously in scvi-tools. |
Contributor
Author
|
I think yes, but not right now - maybe towards the end of year or so. Only after all our planned models have been added to it and it will gain some user traffic. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scVIVA-Tools
Name of the tool: scviva-tools
Short description: A consolidated spatial transcriptomics toolkit built on scvi-tools, bundling niche-aware representation learning (scVIVA), deconvolution (DestVI, Stereoscope), noise correction (ResolVI), gene imputation (GIMVI), and spatial mapping (Tangram) under one package.
How does the package use scverse data structures (please describe in a few sentences): All models take AnnData as their primary input via the scvi-tools
setup_anndatapattern, storing counts, batch/covariate annotations, and spatial coordinates inadata.obs/.obsm. The[spatial]extra adds interoperability with SpatialData and squidpy for coordinate-aware spatial workflows.scviva-tools)test.yaml,test_macos.yaml,test_cuda.yaml,test_optional.yaml)Recommended
Please announce this package on scverse communication channels (zulip, discourse, twitter)
Please tag the author(s) these announcements. Handles (e.g.
@scverse_team) to include are:The package provides tutorials (or "vignettes") that help getting users started quickly
The package uses the scverse cookiecutter template.
I would like to be invited to the scverse Github organization
scIB-Metrics
Name of the tool: scib-metrics
Short description: Accelerated, Python-only implementations of the scIB metrics for benchmarking single-cell data integration methods, using JAX for jit-compilation and hardware acceleration.
How does the package use scverse data structures (please describe in a few sentences): Metrics operate directly on AnnData objects, taking integration outputs (e.g. embeddings/PCA in
adata.obsm) alongside batch and cell-type annotations inadata.obsas input to compute benchmarking scores.scib-metrics)test.yaml,test_macos.yaml,test_windows.yaml,test_linux_cuda.yaml)Recommended
Please announce this package on scverse communication channels (zulip, discourse, twitter)
Please tag the author(s) these announcements. Handles (e.g.
@scverse_team) to include are:The package provides tutorials (or "vignettes") that help getting users started quickly
The package uses the scverse cookiecutter template.
I would like to be invited to the scverse Github organization