spatialcore 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {spatialcore-0.2.2 → spatialcore-0.2.4}/PKG-INFO +1 -1
- {spatialcore-0.2.2 → spatialcore-0.2.4}/pyproject.toml +1 -1
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/__init__.py +1 -1
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/training.py +2 -1
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/validation.py +2 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore.egg-info/PKG-INFO +1 -1
- {spatialcore-0.2.2 → spatialcore-0.2.4}/LICENSE +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/README.md +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/setup.cfg +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/__init__.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/acquisition.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/annotate.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/cellxgene.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/confidence.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/discovery.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/expression.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/loading.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/markers.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/ontology.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/patterns.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/pipeline.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/annotation/synapse.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/core/__init__.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/core/cache.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/core/logging.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/core/metadata.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/core/utils.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/data/gene_mappings/ensembl_to_hugo_human.tsv +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/data/markers/canonical_markers.json +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/data/ontology_mappings/ontology_index.json +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/__init__.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/benchmark.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/celltype.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/confidence.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/spatial.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/utils.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/plotting/validation.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/r_bridge/__init__.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/r_bridge/subprocess_runner.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/spatial/__init__.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/spatial/autocorrelation.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/spatial/distance.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/spatial/domains.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/spatial/neighborhoods.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/stats/__init__.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/stats/_thresholding.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/stats/classify.py +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore.egg-info/SOURCES.txt +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore.egg-info/dependency_links.txt +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore.egg-info/requires.txt +0 -0
- {spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ A thin, robust wrapper around standard libraries to ensure Python and R users
|
|
|
5
5
|
get the exact same result for the same biological question.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = "0.2.
|
|
8
|
+
__version__ = "0.2.4"
|
|
9
9
|
|
|
10
10
|
# Track which modules are available in this installation
|
|
11
11
|
_available_modules: list[str] = []
|
|
@@ -366,7 +366,8 @@ def combine_references(
|
|
|
366
366
|
and adata.raw is not None
|
|
367
367
|
and not adata.raw.var_names.equals(adata.var_names)
|
|
368
368
|
):
|
|
369
|
-
|
|
369
|
+
raw_adata = adata.raw.to_adata()[:, adata.var_names].copy()
|
|
370
|
+
adata.raw = raw_adata
|
|
370
371
|
|
|
371
372
|
adata = ensure_normalized(adata, copy=False)
|
|
372
373
|
logger.info(f" {source_name}: applied log1p(10k) normalization")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/data/gene_mappings/ensembl_to_hugo_human.tsv
RENAMED
|
File without changes
|
|
File without changes
|
{spatialcore-0.2.2 → spatialcore-0.2.4}/src/spatialcore/data/ontology_mappings/ontology_index.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|