Skip to content

Releases: Teichlab/SpatialDE

1.1.0

09 Sep 06:17
Compare
Choose a tag to compare

This release adds wrappers to use the SpatialDE methods with AnnData 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

22 Jan 21:37
207a3fe
Compare
Choose a tag to compare
1.0
Add software license