Spatialde

Latest version: v1.1.3

Safety actively analyzes 621751 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.0

This release adds wrappers to use the SpatialDE methods with [AnnData](https://anndata.readthedocs.io/en/latest/) objects.

For the spatial significance test, it is used e.g. this way:

from SpatialDE.anndata import spatialde_test

results = spatialde_test(adata, coord_columns=['x', 'y'],
regress_formula='~np.log(total_counts)')


For automatic expression histology, it is used e.g. this way:

from SpatialDE.anndata import automatic_expression_histology

histology_results, patterns = \
automatic_expression_histology(adata, sres, C=8, l=1000.0,
coord_columns=['x', 'y'],
layer='residual',
verbosity=1)

1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.